Fixed bug 3602544.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5098 35acf78f-673a-0410-8e92-d51de3d6d3f4
master
gdisirio 2013-02-02 10:18:46 +00:00
parent 3673706148
commit 79410411fc
2 changed files with 1 additions and 10 deletions

View File

@ -1437,16 +1437,6 @@
#error "invalid STM32_RTCSEL value specified" #error "invalid STM32_RTCSEL value specified"
#endif #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. * @brief 48MHz frequency.
*/ */

View File

@ -82,6 +82,7 @@
***************************************************************************** *****************************************************************************
*** 2.5.2 *** *** 2.5.2 ***
- FIX: Fixed duplicated code in hal_lld.h (STM32F4xx) (bug 3602544).
- FIX: Fixed #define typo in usb_lld.h (OTGv1) (bug 3602306). - FIX: Fixed #define typo in usb_lld.h (OTGv1) (bug 3602306).
- FIX: Fixed STM32F0 RCC enable/disable/reset functions for CRC and WWDG - FIX: Fixed STM32F0 RCC enable/disable/reset functions for CRC and WWDG
(bug 3602150). (bug 3602150).