i2c_bb/.vscode/c_cpp_properties.json

17 lines
413 B
JSON
Raw Normal View History

2019-07-18 14:26:03 +00:00
{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**",
2019-07-29 10:34:19 +00:00
"/usr/include/libgpio_sys"
2019-07-18 14:26:03 +00:00
],
"defines": [],
"compilerPath": "/usr/bin/clang",
"cStandard": "c11",
"cppStandard": "c++17",
"intelliSenseMode": "clang-x64"
}
],
"version": 4
}