Skip to content
Snippets Groups Projects
Commit 2135dcc7 authored by joris's avatar joris
Browse files

boards/nucleo32-l031: configure RTC

parent fa2b1511
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,7 @@ ...@@ -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
......
...@@ -167,7 +167,7 @@ static const spi_conf_t spi_config[] = { ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment