HDG/ECU_APP/.vscode/settings.json

12 lines
256 B
JSON
Raw Normal View History

2024-05-26 08:08:32 +08:00
{
"files.associations": {
"apptask.h": "c",
"adc.h": "c",
"r_cg_adc.h": "c",
"motorctrl.h": "c",
"r_cg_macrodriver.h": "c",
"extern.h": "c",
"r_cg_intc.h": "c",
2024-05-26 11:13:55 +08:00
"dcm_extern.h": "c"
2024-05-26 08:08:32 +08:00
}
}