aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-12-25 15:30:21 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-12-25 15:30:21 +0000
commit89e829f55cdbc01646f931039618ae99ed262eaf (patch)
tree2f14d3d5a288b564fadd1beb232ac647b9e23b07 /os/hal/platforms
parent6b65ddfeb0ed48eaa69327d4986f6b7e763435af (diff)
downloadChibiOS-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')
-rw-r--r--os/hal/platforms/STM32F2xx/hal_lld.h2
-rw-r--r--os/hal/platforms/STM32F4xx/hal_lld.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/os/hal/platforms/STM32F2xx/hal_lld.h b/os/hal/platforms/STM32F2xx/hal_lld.h
index 317dd142f..528d4dec2 100644
--- a/os/hal/platforms/STM32F2xx/hal_lld.h
+++ b/os/hal/platforms/STM32F2xx/hal_lld.h
@@ -682,7 +682,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
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