KT0915_radio/.vscode/settings.json
2023-01-27 17:55:15 +08:00

12 lines
248 B
JSON

{
"C_Cpp.errorSquiggles": "disabled",
"files.associations": {
"KT0915.C": "cpp",
"tim.h": "c",
"compare": "c",
"type_traits": "c",
"gpio.h": "c",
"stdint.h": "c",
"time.h": "c"
}
}