添加device-uart模板

This commit is contained in:
RB
2025-04-28 15:40:52 +08:00
parent 05b2c1387d
commit 2dc317f5ce
5 changed files with 116 additions and 13 deletions

5
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,5 @@
{
"files.associations": {
"uart.h": "c"
}
}