pttu: add periph_rtc also to this MSB-A2 variant
This commit is contained in:
parent
f7b197007d
commit
124c13bbab
@ -1,2 +1,3 @@
|
|||||||
# Enable this after fixing https://github.com/RIOT-OS/RIOT/issues/659
|
# Enable this after fixing https://github.com/RIOT-OS/RIOT/issues/659
|
||||||
#FEATURES_PROVIDED += transceiver
|
#FEATURES_PROVIDED += transceiver
|
||||||
|
FEATURES_PROVIDED += periph_rtc
|
||||||
|
|||||||
@ -45,6 +45,11 @@ extern "C" {
|
|||||||
#define PWM_0_CH2_PIN (4)
|
#define PWM_0_CH2_PIN (4)
|
||||||
#define PWM_0_FUNC (1)
|
#define PWM_0_FUNC (1)
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Real Time Clock configuration
|
||||||
|
*/
|
||||||
|
#define RTC_NUMOF (1)
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user