From: Keith Packard Date: Wed, 25 Mar 2009 07:03:45 +0000 (-0700) Subject: Flip start/stop bits around X-Git-Tag: 0.5~58^2~38 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=62744c186792739c3bf5798c80ff87c69fbe2b65 Flip start/stop bits around --- diff --git a/target/serial/serial.c b/target/serial/serial.c index b0aead74..6065d971 100644 --- a/target/serial/serial.c +++ b/target/serial/serial.c @@ -193,8 +193,8 @@ usart_init(void) UxUCR_BIT9_8_BITS | UxUCR_PARITY_DISABLE | UxUCR_SPB_1_STOP_BIT | - UxUCR_STOP_HIGH | - UxUCR_START_LOW); + UxUCR_STOP_LOW | + UxUCR_START_HIGH); } void