diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-12-25 15:30:21 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-12-25 15:30:21 +0000 |
commit | 89e829f55cdbc01646f931039618ae99ed262eaf (patch) | |
tree | 2f14d3d5a288b564fadd1beb232ac647b9e23b07 /os/hal/platforms/STM32F4xx | |
parent | 6b65ddfeb0ed48eaa69327d4986f6b7e763435af (diff) | |
download | ChibiOS-89e829f55cdbc01646f931039618ae99ed262eaf.tar.gz ChibiOS-89e829f55cdbc01646f931039618ae99ed262eaf.tar.bz2 ChibiOS-89e829f55cdbc01646f931039618ae99ed262eaf.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3658 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/STM32F4xx')
-rw-r--r-- | os/hal/platforms/STM32F4xx/hal_lld.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/platforms/STM32F4xx/hal_lld.h b/os/hal/platforms/STM32F4xx/hal_lld.h index 3edc87851..b43122936 100644 --- a/os/hal/platforms/STM32F4xx/hal_lld.h +++ b/os/hal/platforms/STM32F4xx/hal_lld.h @@ -692,7 +692,7 @@ /**
* @brief RTC HSE prescaler value.
*/
-#if !defined(STM32_RTCSEL) || defined(__DOXYGEN__)
+#if !defined(STM32_RTCPRE_VALUE) || defined(__DOXYGEN__)
#define STM32_RTCPRE_VALUE 8
#endif
|