From f7aebc96d5db995b2b6267fcaeeb1dec3b8d9140 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Mon, 7 Jul 2014 13:00:34 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7012 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/ports/STM32/STM32F4xx/stm32_registry.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'os/hal/ports/STM32/STM32F4xx/stm32_registry.h') diff --git a/os/hal/ports/STM32/STM32F4xx/stm32_registry.h b/os/hal/ports/STM32/STM32F4xx/stm32_registry.h index 59071ab3e..5ba92cb62 100644 --- a/os/hal/ports/STM32/STM32F4xx/stm32_registry.h +++ b/os/hal/ports/STM32/STM32F4xx/stm32_registry.h @@ -125,8 +125,8 @@ #else #define STM32_RTC_HAS_SUBSECONDS FALSE #endif -#define STM32_RTC_IS_CALENDAR TRUE -#define STM32_RTC_NUM_ALARMS /*2*/0 +#define STM32_RTC_HAS_PERIODIC_WAKEUPS TRUE +#define STM32_RTC_NUM_ALARMS 2 #define STM32_RTC_HAS_INTERRUPTS FALSE /* SDIO attributes.*/ -- cgit v1.2.3