aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32/STM32F4xx/stm32_registry.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-07-07 13:00:34 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-07-07 13:00:34 +0000
commitf7aebc96d5db995b2b6267fcaeeb1dec3b8d9140 (patch)
tree852523b509b9135ee98e74157be46d9df9529745 /os/hal/ports/STM32/STM32F4xx/stm32_registry.h
parent04683ac24576d53a97a8e8779581398107790c2c (diff)
downloadChibiOS-f7aebc96d5db995b2b6267fcaeeb1dec3b8d9140.tar.gz
ChibiOS-f7aebc96d5db995b2b6267fcaeeb1dec3b8d9140.tar.bz2
ChibiOS-f7aebc96d5db995b2b6267fcaeeb1dec3b8d9140.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7012 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/ports/STM32/STM32F4xx/stm32_registry.h')
-rw-r--r--os/hal/ports/STM32/STM32F4xx/stm32_registry.h4
1 files changed, 2 insertions, 2 deletions
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.*/