Files
checker_slave/.vscode/settings.json

14 lines
287 B
JSON
Raw Normal View History

2023-06-10 11:52:00 +08:00
{
"files.associations": {
2023-12-10 11:13:41 +08:00
"stm32f4xx.h": "c",
"signal.h": "c",
"dev_flash.h": "c",
"opt.h": "c",
"if_can.h": "c",
"board.h": "c",
"prot_uc.h": "c",
"tran_for_slave.h": "c",
"ewupdata.h": "c",
"elec_task_slot.h": "c"
2023-06-10 11:52:00 +08:00
}
}