Files
bf_original_balance_chassis/.vscode/settings.json

11 lines
243 B
JSON
Raw Normal View History

{
"files.associations": {
"stm32f4xx_hal_def.h": "c",
"general_def.h": "c",
"stdlib.h": "c",
2024-04-30 21:23:03 +08:00
"bsp_can.h": "c",
"math.h": "c",
"user_lib.h": "c"
2024-01-27 23:50:58 +08:00
},
"C_Cpp.errorSquiggles": "disabled"
}