mirror of
https://gitee.com/dlmu-cone/bf_original_balance_chassis
synced 2026-07-24 11:37:45 +08:00
修改编译器的类型支持,将老旧的struct_typedef替换为新的stdint-gcc.h
This commit is contained in:
6
.vscode/settings.json
vendored
6
.vscode/settings.json
vendored
@@ -1,6 +1,8 @@
|
||||
{
|
||||
"files.associations": {
|
||||
"memory.h": "c"
|
||||
"memory.h": "c",
|
||||
"stdint-gcc.h": "c",
|
||||
"led_task.h": "c",
|
||||
"stdint.h": "c"
|
||||
},
|
||||
"C_Cpp.errorSquiggles": "Disabled"
|
||||
}
|
||||
Reference in New Issue
Block a user