Files
stm32f429/.vscode/settings.json
2024-04-18 21:28:43 +08:00

10 lines
179 B
JSON

{
"files.associations": {
"stm32f4xx_fsmc.h": "c",
"stm32f4xx.h": "c",
"stdio.h": "c",
"stdint.h": "c",
"features.h": "c",
"_newlib_version.h": "c"
}
}