Files
bf_original_balance_chassis/.vscode/settings.json
2026-07-07 02:03:16 +08:00

20 lines
824 B
JSON

{
"files.associations": {
"stm32f4xx_hal_def.h": "c",
"general_def.h": "c",
"stdlib.h": "c",
"bsp_can.h": "c",
"math.h": "c",
"user_lib.h": "c",
"servo_motor.h": "c",
"main.h": "c",
"buzzer.h": "c",
"robot_def.h": "c",
"bsp_log.h": "c",
"bsp_usart.h": "c",
"memory.h": "c"
},
"C_Cpp.errorSquiggles": "disabled",
"cortex-debug.armToolchainPath": "c:\\Users\\ASUS\\AppData\\Roaming\\Code - Insiders\\User\\globalStorage\\bmd.stm32-for-vscode\\@xpack-dev-tools\\arm-none-eabi-gcc\\13.2.1-1.1.1\\.content\\bin",
"cortex-debug.openocdPath": "C:\\USERS\\ASUS\\APPDATA\\ROAMING\\CODE - INSIDERS\\USER\\GLOBALSTORAGE\\BMD.STM32-FOR-VSCODE\\@XPACK-DEV-TOOLS\\OPENOCD\\0.12.0-3.1\\.CONTENT\\BIN\\OPENOCD.EXE"
}