405: 调整默认波特率为 460800

部分适配小改

Signed-off-by: a1012112796 <1012112796@qq.com>
This commit is contained in:
2024-07-29 09:51:17 +08:00
parent 49fcacf9cc
commit 7faf6491ec
5 changed files with 5 additions and 10 deletions

View File

@@ -84,7 +84,7 @@
/* Default config for serial_configure structure */
#define RT_SERIAL_CONFIG_DEFAULT \
{ \
BAUD_RATE_115200, /* 115200 bits/s */ \
BAUD_RATE_460800, /* 460800 bits/s */ \
DATA_BITS_8, /* 8 databits */ \
STOP_BITS_1, /* 1 stopbit */ \
PARITY_NONE, /* No parity */ \