Flip start/stop bits around
authorKeith Packard <keithp@keithp.com>
Wed, 25 Mar 2009 07:03:45 +0000 (00:03 -0700)
committerKeith Packard <keithp@keithp.com>
Wed, 25 Mar 2009 07:03:45 +0000 (00:03 -0700)
target/serial/serial.c

index b0aead74233e004a56fa5c181a735b94a9ad8cfd..6065d9719313f8d2d943e97413f99abeada7c5fa 100644 (file)
@@ -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