Motion_EC_HC32_archived/.vscode/settings.json

16 lines
387 B
JSON
Raw Normal View History

2022-01-14 12:16:38 +08:00
{
"RTT_Studio.Build.Parallel_Jobs": "8",
"files.associations": {
"*.tpp": "cpp",
"*.cu": "cpp",
"*.tcu": "cpp",
"*.json": "json",
"*.txt": "txt",
"board.h": "c",
"gpio.h": "c",
"drv_gpio.h": "c",
"system_hc32l07x.h": "c",
"hc32l07x.h": "c"
},
"cortex-debug.variableUseNaturalFormat": false
}