Fixed bug 3361039.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_2.2.x@3164 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
gdisirio 2011-07-19 18:47:54 +00:00
parent 5a038d4a08
commit b7ac9f8241
2 changed files with 2 additions and 1 deletions

View File

@ -349,7 +349,7 @@
#endif #endif
/* APB1 frequency check.*/ /* APB1 frequency check.*/
#if STM32_PCLK2 > 24000000 #if STM32_PCLK1 > 24000000
#error "STM32_PCLK1 exceeding maximum frequency (24MHz)" #error "STM32_PCLK1 exceeding maximum frequency (24MHz)"
#endif #endif

View File

@ -69,6 +69,7 @@
***************************************************************************** *****************************************************************************
*** 2.2.7 *** *** 2.2.7 ***
- FIX: Fixed wrong APB1 frequency check (bug 3361039).
- FIX: Fixed missing state in shell demos (bug 3351556). - FIX: Fixed missing state in shell demos (bug 3351556).
*** 2.2.6 *** *** 2.2.6 ***