stm32f407-openocd/.vscode/settings.json

9 lines
209 B
JSON
Raw Permalink 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",
2024-06-20 08:28:15 +00:00
"ds18b20.h": "c",
"user_call.h": "c"
},
"cortex-debug.variableUseNaturalFormat": false
2024-06-12 08:32:58 +00:00
}