Files
roborob/SW/spu/.vscode/c_cpp_properties.json
2026-04-18 13:26:59 +02:00

12 lines
313 B
JSON

{
"version": 4,
"configurations": [
{
"name": "STM32F030",
"compileCommands": "${workspaceFolder}/app/blinky/stm32f030/build/compile_commands.json",
"intelliSenseMode": "linux-gcc-arm",
"compilerPath": "/usr/bin/arm-none-eabi-gcc"
}
]
}