[HUST CSE][libcpu][s3c44b0]Same expression on both sides of '|'

This commit is contained in:
WuxiaBai 2023-04-29 05:58:59 +08:00 committed by GitHub
parent ce4674defa
commit 4eeca5049e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}