修改了bsp_usart的初始化方式,防止出现变包长数据读取一场的问题.增加了注释.

This commit is contained in:
NeoZeng
2022-11-19 16:28:39 +08:00
parent 269b08f701
commit e3137d867f
8 changed files with 85 additions and 93 deletions

View File

@@ -3,7 +3,8 @@
"memory.h": "c",
"stdint-gcc.h": "c",
"led_task.h": "c",
"stdinf.h": "c"
"stdinf.h": "c",
"usart.h": "c"
},
"C_Cpp.default.configurationProvider": "ms-vscode.makefile-tools",
}