sentry_gimbal_hzz/.vscode/settings.json

53 lines
1.4 KiB
JSON
Raw Normal View History

2022-10-20 17:13:02 +08:00
{
"C_Cpp.default.configurationProvider": "ms-vscode.makefile-tools",
"files.associations": {
"arm_math.h": "c",
"task.h": "c",
"main.h": "c",
"cmsis_os.h": "c",
"freertos.h": "c",
"bmi088driver.h": "c",
"user_lib.h": "c",
"mpu_armv7.h": "c",
"stm32f4xx_hal.h": "c",
"stm32f4xx_hal_conf.h": "c",
"stm32_hal_legacy.h": "c",
"stm32f4xx.h": "c",
"cstdint": "c",
"tim.h": "c",
"struct_typedef.h": "c",
"bsp_can.h": "c",
"stdint.h": "c",
"bsp_temperature.h": "c",
"bsp_rc.h": "c",
"remote_control.h": "c",
"bsp_usart.h": "c",
"led_task.h": "c",
"can_receive.h": "c",
"can_process.h": "c",
"can.h": "c",
2022-10-20 21:14:17 +08:00
"stdlib.h": "c",
"lk9025.h": "c",
"dji_motor.h": "c",
"ht04.h": "c",
"controller.h": "c",
2022-10-29 23:14:19 +08:00
"memory.h": "c",
"motor_task.h": "c",
"functional": "c",
"stdexcept": "c",
"tuple": "c",
2022-10-31 20:20:16 +08:00
"typeinfo": "c",
"chrono": "c",
2022-11-03 18:19:06 +08:00
"complex": "c",
2022-11-03 20:38:55 +08:00
"usb_device.h": "c",
"vofa_protocol.h": "c",
"master_process.h": "c",
2022-11-09 20:24:22 +08:00
"stdint-gcc.h": "c",
"string.h": "c",
2022-11-11 21:20:58 +08:00
"motor_def.h": "c",
2022-11-11 21:49:03 +08:00
"stdio.h": "c",
"segger_rtt_conf.h": "c",
"segger_rtt.h": "c",
"bsp_log.h": "c"
2022-10-20 17:13:02 +08:00
}
}