Fixed bug 3078891.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2213 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
44b87c4e1d
commit
fa774e9c8e
|
@ -79,7 +79,7 @@
|
|||
* @details If set to @p TRUE the support for UART5 is included.
|
||||
* @note The default is @p FALSE.
|
||||
*/
|
||||
#if !defined(STM32_SERIAL_USE_USART3) || defined(__DOXYGEN__)
|
||||
#if !defined(STM32_SERIAL_USE_UART5) || defined(__DOXYGEN__)
|
||||
#define STM32_SERIAL_USE_UART5 TRUE
|
||||
#endif
|
||||
|
||||
|
|
|
@ -62,6 +62,8 @@
|
|||
*****************************************************************************
|
||||
|
||||
*** 2.1.2 ***
|
||||
- FIX: Fixed wrong macro check in STM32 serial support (but 3078891)(backported
|
||||
to 2.0.6).
|
||||
- FIX: Fixed non functioning option CH_USE_NESTED_LOCKS (bug 3075544)
|
||||
(backported to 2.0.6).
|
||||
- FIX: Incorrect AT91SAM7X initialization, thanks Leszek (bug 3075354)
|
||||
|
|
Loading…
Reference in New Issue