pico-bt-display/.vscode/c_cpp_properties.json

18 lines
465 B
JSON
Raw Normal View History

2024-05-13 16:29:38 +02:00
{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**",
2024-05-13 16:48:12 +02:00
"${workspaceFolder}/pico-sdk"
2024-05-13 16:29:38 +02:00
],
"defines": [],
"compilerPath": "/usr/bin/gcc",
"cStandard": "c17",
"cppStandard": "gnu++17",
2024-05-13 16:48:12 +02:00
"intelliSenseMode": "linux-gcc-x64",
"configurationProvider": "none"
2024-05-13 16:29:38 +02:00
}
],
"version": 4
}