summaryrefslogtreecommitdiff
path: root/nrfdemo/.vscode/c_cpp_properties.json
blob: 49fcd73183acc07d0ae12b913722f60199366c6b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
    "configurations": [
        {
            "name": "Linux",
            "includePath": [
                "${workspaceFolder}/**",
                "/home/mike/Documents/ncs/v2.7.0/zephyr/include/",
                "/home/mike/Documents/ncs/v2.7.0/nrf/include/",
                "/home/mike/Documents/ncs/v2.7.0/nrfxlib/nrf_modem/include/"
            ],
            "defines": [],
            "compilerPath": "/usr/bin/clang",
            "cStandard": "c17",
            "cppStandard": "c++14",
            "intelliSenseMode": "linux-clang-x64",
            "configurationProvider": "nordic-semiconductor.nrf-connect"
        }
    ],
    "version": 4
}