aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2016-02-14 09:57:10 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2016-02-14 09:57:10 +0000
commit3b022b3f8544adfeeb9e8a1b87e3e8567edded8b (patch)
tree9d5ea786773e2f8e09d9f2ff330c7202b89c7c16
parent581e0f51a4f6d91ba6832ef234f4a81594f30a95 (diff)
downloadChibiOS-3b022b3f8544adfeeb9e8a1b87e3e8567edded8b.tar.gz
ChibiOS-3b022b3f8544adfeeb9e8a1b87e3e8567edded8b.tar.bz2
ChibiOS-3b022b3f8544adfeeb9e8a1b87e3e8567edded8b.zip
Fixed bug #708.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8881 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--os/hal/ports/STM32/STM32L4xx/stm32_registry.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/ports/STM32/STM32L4xx/stm32_registry.h b/os/hal/ports/STM32/STM32L4xx/stm32_registry.h
index 95bb46a10..6e3a486b8 100644
--- a/os/hal/ports/STM32/STM32L4xx/stm32_registry.h
+++ b/os/hal/ports/STM32/STM32L4xx/stm32_registry.h
@@ -212,7 +212,7 @@
/* RTC attributes.*/
#define STM32_HAS_RTC TRUE
#define STM32_RTC_HAS_SUBSECONDS TRUE
-#define STM32_RTC_HAS_PERIODIC_WAKEUPS FALSE
+#define STM32_RTC_HAS_PERIODIC_WAKEUPS TRUE
#define STM32_RTC_NUM_ALARMS 2
#define STM32_RTC_HAS_INTERRUPTS FALSE