nucleo_f446re_playground/.vscode/c_cpp_properties.json
2025-06-09 18:13:05 +02:00

8 lines
No EOL
168 B
JSON

{
"configurations": [
{
"name": "STM32",
"compileCommands": "${workspaceFolder}/build/Debug/compile_commands.json"
}
]
}