Files
coder_stm32f1/.vscode/settings.json

8 lines
139 B
JSON
Raw Permalink Normal View History

2023-06-10 11:52:00 +08:00
{
"files.associations": {
"stm32f4xx.h": "c",
"signal.h": "c",
"dev_flash.h": "c",
"opt.h": "c"
}
}