synctx.code-workspace 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "folders": [
  3. {
  4. "path": "."
  5. }
  6. ],
  7. "settings": {
  8. "files.associations": {
  9. "gui.h": "c",
  10. "ssm.h": "c",
  11. "driver_uart.h": "c",
  12. "driver_i2c.h": "c",
  13. "ps_mcp.h": "c",
  14. "stm32f4xx_spi.h": "c",
  15. "sysparam.h": "c",
  16. "driverapp_cpuflash.h": "c",
  17. "driverapp_peripheral.h": "c",
  18. "includes.h": "c",
  19. "timer.h": "c",
  20. "sysdef.h": "c",
  21. "driverapp_wifi.h": "c",
  22. "signal_send.h": "c",
  23. "driver_wifi.h": "c",
  24. "driver_timer.h": "c",
  25. "driver_delay.h": "c",
  26. "ps_mcp_set.h": "c",
  27. "wmm.h": "c",
  28. "signal_public.h": "c",
  29. "stdarg.h": "c",
  30. "driver_pagpio.h": "c",
  31. "driverapp_att.h": "c",
  32. "driver_gui.h": "c",
  33. "driver_cpld.h": "c",
  34. "wmm_detect.h": "c",
  35. "sync2310a.h": "c",
  36. "ble_cmd.h": "c",
  37. "wifible_resp.h": "c",
  38. "wmm_network.h": "c",
  39. "wmm_bts.h": "c",
  40. "driver_debug.h": "c",
  41. "stm32f4xx_usart.h": "c",
  42. "driverapp_sync.h": "c",
  43. "sync_public.h": "c"
  44. }
  45. }
  46. }