QD007E_CTRL_APP.code-workspace 211 B

12345678910111213141516
  1. {
  2. "folders": [
  3. {
  4. "path": "."
  5. }
  6. ],
  7. "settings": {
  8. "files.associations": {
  9. "speed_sensor.h": "c",
  10. "can.h": "c",
  11. "stm32f1xx_hal.h": "c",
  12. "stm32f1xx_hal_conf.h": "c",
  13. "main.h": "c"
  14. }
  15. }
  16. }