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:
gdisirio 2010-04-19 16:51:55 +00:00
parent a222ba2dde
commit a0b6ca0175
2 changed files with 2 additions and 1 deletions

View File

@ -60,7 +60,7 @@
* @details Configuration parameter, this is the baud rate selected for the
* default configuration.
*/
#if !defined(DEFAULT_USART_BITRATE) || defined(__DOXYGEN__)
#if !defined(SERIAL_DEFAULT_BITRATE) || defined(__DOXYGEN__)
#define SERIAL_DEFAULT_BITRATE 38400
#endif

View File

@ -57,6 +57,7 @@
*****************************************************************************
*** 1.5.6 ***
- FIX: Fixed wrong macro check in serial.h (bug 2989459)(backported in 1.4.3).
- Various documentation fixes.
*** 1.5.5 ***