chargeController/.vscode/settings.json

40 lines
1015 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",
"start.h": "c",
"bl_comm.h": "c",
"capture.h": "c",
"arm_math.h": "c",
"abnormalmanage.h": "c",
"stm32g431xx.h": "c",
"uart_dev.h": "c",
"hd_comm.h": "c",
"main.h": "c",
"hd_adc.h": "c",
"hd_tim.h": "c",
"checktime.h": "c",
"test.h": "c",
"task.h": "c",
"other.h": "c",
"hy_protocol.h": "c",
"cfg_protocol.h": "c",
2024-12-16 09:28:12 +00:00
"chargcontrolenum.h": "c",
"chargcontroltypes.h": "c",
2024-12-18 09:43:14 +00:00
"fm_rtc.h": "c",
2024-12-24 06:43:20 +00:00
"interruptsend.h": "c",
2025-01-03 09:25:26 +00:00
"rtc.h": "c",
"soe.h": "c",
"hd_rtc.h": "c",
"flash.h": "c"
2024-12-06 09:38:25 +00:00
}
}