Files
IR_test_firmware/.vscode/c_cpp_properties.json
T
2026-08-22 14:49:29 +09:00

8 lines
168 B
JSON

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