Fixed bug 3361039.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3165 35acf78f-673a-0410-8e92-d51de3d6d3f4master
parent
004dc1ad40
commit
38c17ef7ce
|
@ -343,7 +343,7 @@
|
|||
#endif
|
||||
|
||||
/* APB1 frequency check.*/
|
||||
#if STM32_PCLK2 > 24000000
|
||||
#if STM32_PCLK1 > 24000000
|
||||
#error "STM32_PCLK1 exceeding maximum frequency (24MHz)"
|
||||
#endif
|
||||
|
||||
|
|
|
@ -71,6 +71,7 @@
|
|||
*****************************************************************************
|
||||
|
||||
*** 2.3.3 ***
|
||||
- FIX: Fixed wrong APB1 frequency check (bug 3361039)(backported to 2.2.7).
|
||||
- FIX: Fixed missing state in shell demos (bug 3351556)(backported to 2.2.7).
|
||||
- FIX: Fixed race condition in Cortex-Mx ports (bug 3317500)(backported
|
||||
to 2.2.6).
|
||||
|
|
Loading…
Reference in New Issue