Files
stm32f429/.vscode/settings.json

10 lines
179 B
JSON
Raw Normal View History

2024-04-18 21:28:43 +08:00
{
"files.associations": {
"stm32f4xx_fsmc.h": "c",
"stm32f4xx.h": "c",
"stdio.h": "c",
"stdint.h": "c",
"features.h": "c",
"_newlib_version.h": "c"
}
}