Syrostan-MCU-C/.vscode/settings.json
2022-01-22 17:50:49 +08:00

17 lines
385 B
JSON

{
"files.associations": {
"main.h": "c",
"ethernet.h": "c",
"power.h": "c",
"user_main.h": "c",
"user_isr.h": "c",
"fpga.h": "c",
"stdio.h": "c",
"fpga_bin.h": "c",
"stdlib.h": "c",
"gpio.h": "c",
"stm32f1xx_hal.h": "c",
"stm32f1xx_hal_conf.h": "c",
"test_logic.h": "c"
}
}