gcc和mdk都能编译成功

This commit is contained in:
andy
2023-11-01 23:51:19 +08:00
parent ddeec88a89
commit 17729e664f
17 changed files with 563 additions and 27 deletions

View File

@@ -5,6 +5,7 @@
"includePath": [
"${workspaceFolder}/**",
"${workspaceFolder}/source/**",
"${workspaceFolder}/source/soft",
"D:/GNU Arm Embedded Toolchain/10 2021.10/arm-none-eabi/include"
],
"defines": [

View File

@@ -4,6 +4,8 @@
"signal.h": "c",
"dev_flash.h": "c",
"opt.h": "c",
"if_can.h": "c"
"if_can.h": "c",
"board.h": "c",
"prot_uc.h": "c"
}
}