pttu: add periph_rtc also to this MSB-A2 variant

This commit is contained in:
Oleg Hahm 2014-11-25 15:51:11 +01:00
parent f7b197007d
commit 124c13bbab
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -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