[HUST CSE][libcpu][s3c44b0]Same expression on both sides of '|'
This commit is contained in:
parent
ce4674defa
commit
4eeca5049e
|
@ -75,7 +75,7 @@ void rt_serial_init()
|
||||||
UBRDIV0 = divisor;
|
UBRDIV0 = divisor;
|
||||||
|
|
||||||
/* word length=8bit, stop bit = 1, no parity, use external clock */
|
/* word length=8bit, stop bit = 1, no parity, use external clock */
|
||||||
ULCON0 = 0x03|0x00|0x00;
|
ULCON0 = 0x03;
|
||||||
|
|
||||||
UCON0 = 0x5;
|
UCON0 = 0x5;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue