Merge branch 'rtt-ls2k' of https://github.com/0xcccccccccccc/rt-thread into rtt-ls2k

This commit is contained in:
0xcccccccccccc 2020-12-07 20:47:27 +08:00
commit e6b5feae7c
1 changed files with 9 additions and 10 deletions

View File

@ -22,8 +22,7 @@
#define TRUE 1
#define FALSE 0
const struct serial_configure config_uart0 =
{
const struct serial_configure config_uart0 = {
BAUD_RATE_115200, /* 921600 bits/s */
DATA_BITS_8, /* 8 databits */
STOP_BITS_1, /* 1 stopbit */