mirror of
https://github.com/thelsing/knx.git
synced 2024-12-18 19:08:18 +01:00
17 lines
395 B
JSON
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
|
|
} |