削减代码,貌似解决了1个节点下的RX、TX发送连续的问题

This commit is contained in:
2025-02-11 15:22:57 +08:00
parent ecff635e83
commit 2b4782ff4f
3 changed files with 22 additions and 4 deletions

View File

@@ -1,5 +1,9 @@
{
"files.watcherExclude": {
"**/target": true
},
"files.associations": {
"system_cfg.h": "c",
"plic.h": "c"
}
}