Files
bf_original_balance_chassis/.vscode/settings.json

11 lines
240 B
JSON
Raw Normal View History

{
"files.associations": {
2024-03-02 17:04:22 +08:00
"stm32f4xx_hal_def.h": "c",
"bsp_usb.h": "c",
2024-03-02 17:04:22 +08:00
"usb_device.h": "c",
"usbd_cdc.h": "c",
"usbd_conf.h": "c",
"usbd_desc.h": "c",
"usbd_cdc_if.h": "c"
}
}