knx/examples/knx-linux/.vscode/c_cpp_properties.json
2020-10-28 21:35:24 +01:00

17 lines
395 B
JSON

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