CGcontroller/.vscode/c_cpp_properties.json

8 lines
168 B
JSON
Raw Permalink Normal View History

2026-03-05 00:02:57 +08:00
{
"configurations": [
{
"name": "STM32",
"compileCommands": "${workspaceFolder}/build/Debug/compile_commands.json"
}
]
}