sentry_chassis_hzz/.vscode/settings.json

45 lines
1.2 KiB
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",
"message_center.h": "c",
"stddef.h": "c",
"stm32_hal_legacy.h": "c",
2022-12-02 22:17:10 +08:00
"message_buffer.h": "c",
"robot_def.h": "c",
"remote_control.h": "c",
"robot_cmd.h": "c",
2022-12-02 22:17:10 +08:00
"chassis_cmd.h": "c",
2022-12-03 21:39:31 +08:00
"referee.h": "c",
"arm_math.h": "c",
"bsp_dwt.h": "c",
"compare": "c",
"*.tcc": "c",
"type_traits": "c",
2022-12-05 15:03:45 +08:00
"typeinfo": "c",
"general_def.h": "c",
"super_cap.h": "c",
2022-12-07 21:56:34 +08:00
"motor_def.h": "c",
"quaternionekf.h": "c"
},
"C_Cpp.default.configurationProvider": "ms-vscode.makefile-tools",
2022-10-20 17:13:02 +08:00
}