sentry_chassis_hzz/.vscode/settings.json

26 lines
664 B
JSON
Raw Normal View History

2022-10-20 17:13:02 +08:00
{
"files.associations": {
2022-10-29 23:14:19 +08:00
"memory.h": "c",
2022-11-09 20:24:22 +08:00
"stdint-gcc.h": "c",
"led_task.h": "c",
"stdinf.h": "c",
2022-11-23 22:10:44 +08:00
"usart.h": "c",
"controller.h": "c",
"ins_task.h": "c",
"task.h": "c",
"user_lib.h": "c",
"chassis.h": "c",
"can_comm.h": "c",
"string.h": "c",
"stdlib.h": "c",
"crc8.h": "c",
"main.h": "c",
"can.h": "c",
"bsp_can.h": "c",
"dji_motor.h": "c",
"master_process.h": "c",
"seasky_protocol.h": "c",
"bsp_usart.h": "c"
},
"C_Cpp.default.configurationProvider": "ms-vscode.makefile-tools",
2022-10-20 17:13:02 +08:00
}