git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2100 35acf78f-673a-0410-8e92-d51de3d6d3f4

master
gdisirio 2010-07-31 07:02:45 +00:00
parent 8e4fd21b2b
commit 5b5861688b
2 changed files with 21 additions and 1 deletions

View File

@ -58,6 +58,26 @@
#error "STM32 platform unknown or not specified" #error "STM32 platform unknown or not specified"
#endif #endif
/*===========================================================================*/
/* Driver constants. */
/*===========================================================================*/
/*===========================================================================*/
/* Driver pre-compile time settings. */
/*===========================================================================*/
/*===========================================================================*/
/* Derived constants and error checks. */
/*===========================================================================*/
/*===========================================================================*/
/* Driver data structures and types. */
/*===========================================================================*/
/*===========================================================================*/
/* Driver macros. */
/*===========================================================================*/
/*===========================================================================*/ /*===========================================================================*/
/* External declarations. */ /* External declarations. */
/*===========================================================================*/ /*===========================================================================*/

View File

@ -70,7 +70,7 @@ static const SerialConfig default_config =
{ {
SERIAL_DEFAULT_BITRATE, SERIAL_DEFAULT_BITRATE,
0, 0,
USART_CR2_STOP1_BITS, USART_CR2_STOP1_BITS | USART_CR2_LINEN,
0 0
}; };