4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-02-21 00:27:19 +08:00

[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

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