boards/nucleo32-l031: configure RTC

This commit is contained in:
joris 2017-06-02 20:23:38 +02:00
parent fa2b1511a2
commit 2135dcc70c
2 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@
FEATURES_PROVIDED += periph_cpuid FEATURES_PROVIDED += periph_cpuid
FEATURES_PROVIDED += periph_gpio FEATURES_PROVIDED += periph_gpio
FEATURES_PROVIDED += periph_pwm FEATURES_PROVIDED += periph_pwm
FEATURES_PROVIDED += periph_rtc
FEATURES_PROVIDED += periph_spi FEATURES_PROVIDED += periph_spi
FEATURES_PROVIDED += periph_timer FEATURES_PROVIDED += periph_timer
FEATURES_PROVIDED += periph_uart FEATURES_PROVIDED += periph_uart

View File

@ -167,7 +167,7 @@ static const spi_conf_t spi_config[] = {
* @name RTC configuration * @name RTC configuration
* @{ * @{
*/ */
#define RTC_NUMOF (0U) #define RTC_NUMOF (1U)
/** @} */ /** @} */
#ifdef __cplusplus #ifdef __cplusplus