chargeController/.vscode/settings.json

15 lines
343 B
JSON
Raw Normal View History

2024-12-06 09:38:25 +00:00
{
"files.associations": {
"chargcontrol.h": "c",
"parameter.h": "c",
"comm.h": "c",
"bl_chargcontrol.h": "c",
2024-12-06 13:23:28 +00:00
"comm_types.h": "c",
"hd_gpio.h": "c",
"inflash.h": "c",
"fm_tim.h": "c",
"timesliceoffset.h": "c",
"fm_gpio.h": "c",
"pdebug.h": "c"
2024-12-06 09:38:25 +00:00
}
}