summaryrefslogtreecommitdiffstats
path: root/.vscode/c_cpp_properties.json
blob: ee419f23c74d412601363417dee47db563f3ae71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "configurations": [
        {
            "name": "Linux",
            "includePath": [
                "${workspaceFolder}/**",
                "/home/pi/pico/pico-sdk/**",
                "/home/pi/pico/pico-sdk/src/common/pico_stdlib/include"
            ],
            "defines": [],
            "compilerPath": "/usr/bin/clang",
            "cStandard": "c11",
            "cppStandard": "c++14",
            "intelliSenseMode": "clang-arm",
            "configurationProvider": "ms-vscode.cmake-tools"
        }
    ],
    "version": 4
}