git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2100 35acf78f-673a-0410-8e92-d51de3d6d3f4
parent
8e4fd21b2b
commit
5b5861688b
|
@ -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. */
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
|
|
|
@ -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
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue