Pico-PIO-USB/.vscode/c_cpp_properties.json
2022-12-30 18:41:10 +09:00

9 lines
No EOL
188 B
JSON

{
"configurations": [
{
"name": "pico",
"compileCommands": "${workspaceFolder}/examples/build/compile_commands.json"
}
],
"version": 4
}