mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-05-28 01:51:00 +08:00
[HUST CSE]github上正常但导入vscode出现乱码
This commit is contained in:
+553
-553
File diff suppressed because it is too large
Load Diff
@@ -73,7 +73,7 @@ static int g_stdio_uart_init_done = 0;
|
||||
int sendchar(int ch)
|
||||
{
|
||||
uint32_t tx_ready;
|
||||
//第一次调用时,初始化串口
|
||||
//第一次调用时,初始化串口
|
||||
if(!g_stdio_uart_init_done)
|
||||
{
|
||||
MSS_UART_init(gp_my_uart,
|
||||
|
||||
Reference in New Issue
Block a user