Fixed bug 3514138.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4074 35acf78f-673a-0410-8e92-d51de3d6d3f4master
parent
495dc2aa45
commit
31a1ee836b
|
@ -108,7 +108,7 @@
|
||||||
* @brief USART2 interrupt priority level setting.
|
* @brief USART2 interrupt priority level setting.
|
||||||
*/
|
*/
|
||||||
#if !defined(STM32_SERIAL_USART2_PRIORITY) || defined(__DOXYGEN__)
|
#if !defined(STM32_SERIAL_USART2_PRIORITY) || defined(__DOXYGEN__)
|
||||||
#define STM32_SERIAL_USART2_PRIORITY 12)
|
#define STM32_SERIAL_USART2_PRIORITY 12
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -79,6 +79,8 @@
|
||||||
*****************************************************************************
|
*****************************************************************************
|
||||||
|
|
||||||
*** 2.5.0 ***
|
*** 2.5.0 ***
|
||||||
|
- FIX: Fixed spurious ) char in STM32 serial_lld.h (bug 3514138)(backported
|
||||||
|
to 2.2.10 and 2.4.1).
|
||||||
- FIX: Fixed problem with FPU initialization in GCC Cortex-M4 port (bug
|
- FIX: Fixed problem with FPU initialization in GCC Cortex-M4 port (bug
|
||||||
3513897)(backported to 2.4.1).
|
3513897)(backported to 2.4.1).
|
||||||
- FIX: Spelling fixes (bug 3510812)(backported to 2.4.1).
|
- FIX: Spelling fixes (bug 3510812)(backported to 2.4.1).
|
||||||
|
|
Loading…
Reference in New Issue