knx/examples/knx-linux/.vscode/c_cpp_properties.json

17 lines
395 B
JSON
Raw Normal View History

{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}",
"../../src"
],
"defines": [],
"compilerPath": "/usr/bin/gcc",
"cStandard": "gnu11",
"cppStandard": "gnu++14",
"intelliSenseMode": "gcc-arm"
}
],
"version": 4
}