stm32f407-openocd/.vscode/settings.json

7 lines
129 B
JSON
Raw Normal View History

2024-06-12 08:32:58 +00:00
{
"files.associations": {
"stm32f407xx.h": "c",
2024-06-13 08:01:47 +00:00
"stm32f4xx_hal_gpio.h": "c",
"ds18b20.h": "c"
2024-06-12 08:32:58 +00:00
}
}