@@ -75,7 +75,7 @@ void rt_serial_init()
UBRDIV0 = divisor;
/* word length=8bit, stop bit = 1, no parity, use external clock */
- ULCON0 = 0x03|0x00|0x00;
+ ULCON0 = 0x03;
UCON0 = 0x5;
}