KT0915_radio/.vscode/settings.json
2023-02-05 01:02:48 +08:00

15 lines
324 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",
"st7735.h": "c",
"stdbool.h": "c",
"bmfont.h": "c"
}
}