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:
parent
5a038d4a08
commit
b7ac9f8241
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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 ***
|
||||||
|
|
Loading…
Reference in New Issue