Fixed bug 2989459.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1879 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
a222ba2dde
commit
a0b6ca0175
|
@ -60,7 +60,7 @@
|
||||||
* @details Configuration parameter, this is the baud rate selected for the
|
* @details Configuration parameter, this is the baud rate selected for the
|
||||||
* default configuration.
|
* default configuration.
|
||||||
*/
|
*/
|
||||||
#if !defined(DEFAULT_USART_BITRATE) || defined(__DOXYGEN__)
|
#if !defined(SERIAL_DEFAULT_BITRATE) || defined(__DOXYGEN__)
|
||||||
#define SERIAL_DEFAULT_BITRATE 38400
|
#define SERIAL_DEFAULT_BITRATE 38400
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -57,6 +57,7 @@
|
||||||
*****************************************************************************
|
*****************************************************************************
|
||||||
|
|
||||||
*** 1.5.6 ***
|
*** 1.5.6 ***
|
||||||
|
- FIX: Fixed wrong macro check in serial.h (bug 2989459)(backported in 1.4.3).
|
||||||
- Various documentation fixes.
|
- Various documentation fixes.
|
||||||
|
|
||||||
*** 1.5.5 ***
|
*** 1.5.5 ***
|
||||||
|
|
Loading…
Reference in New Issue