aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-02-02 10:18:46 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-02-02 10:18:46 +0000
commit79410411fcc1fa20b4f3a506455399dc7bfe4987 (patch)
treed356b53d5408d80b73582df33451794fb3e423de /os/hal/platforms
parent3673706148eb6e814cea89b228c996db0654af60 (diff)
downloadChibiOS-79410411fcc1fa20b4f3a506455399dc7bfe4987.tar.gz
ChibiOS-79410411fcc1fa20b4f3a506455399dc7bfe4987.tar.bz2
ChibiOS-79410411fcc1fa20b4f3a506455399dc7bfe4987.zip
Fixed bug 3602544.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5098 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms')
-rw-r--r--os/hal/platforms/STM32F4xx/hal_lld.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/os/hal/platforms/STM32F4xx/hal_lld.h b/os/hal/platforms/STM32F4xx/hal_lld.h
index 3723f6e61..09eaafd82 100644
--- a/os/hal/platforms/STM32F4xx/hal_lld.h
+++ b/os/hal/platforms/STM32F4xx/hal_lld.h
@@ -1438,16 +1438,6 @@
#endif
/**
- * @brief RTC HSE divider setting.
- */
-#if ((STM32_RTCPRE_VALUE >= 2) && (STM32_RTCPRE_VALUE <= 31)) || \
- defined(__DOXYGEN__)
-#define STM32_RTCPRE (STM32_RTCPRE_VALUE << 16)
-#else
-#error "invalid STM32_RTCPRE value specified"
-#endif
-
-/**
* @brief 48MHz frequency.
*/
#if STM32_CLOCK48_REQUIRED || defined(__DOXYGEN__)