diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-09-01 12:15:23 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-09-01 12:15:23 +0000 |
commit | 3ebd86c26577c978dd2e64ebf9197c3c178a0f5a (patch) | |
tree | 102342b9b65d0a51d458f4a7f579d8b5e2c90b6e /os | |
parent | ee3a27ccf98d6fee03a64d4e70f57746fdb5a2f7 (diff) | |
download | ChibiOS-3ebd86c26577c978dd2e64ebf9197c3c178a0f5a.tar.gz ChibiOS-3ebd86c26577c978dd2e64ebf9197c3c178a0f5a.tar.bz2 ChibiOS-3ebd86c26577c978dd2e64ebf9197c3c178a0f5a.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7231 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os')
-rw-r--r-- | os/hal/ports/STM32/STM32F0xx/stm32_registry.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/ports/STM32/STM32F0xx/stm32_registry.h b/os/hal/ports/STM32/STM32F0xx/stm32_registry.h index 8efe059cf..695399369 100644 --- a/os/hal/ports/STM32/STM32F0xx/stm32_registry.h +++ b/os/hal/ports/STM32/STM32F0xx/stm32_registry.h @@ -219,7 +219,7 @@ /* RTC attributes.*/
#define STM32_HAS_RTC TRUE
#define STM32_RTC_HAS_SUBSECONDS TRUE
-#define STM32_RTC_HAS_PERIODIC_WAKEUPS TRUE
+#define STM32_RTC_HAS_PERIODIC_WAKEUPS FALSE
#define STM32_RTC_NUM_ALARMS 1
#define STM32_RTC_HAS_INTERRUPTS FALSE
|