stm32g0xx/.vscode/c_cpp_properties.json

17 lines
412 B
JSON
Raw Normal View History

{
"configurations": [
{
"name": "Linux",
"includePath": [
2020-12-17 09:39:45 +00:00
"${workspaceFolder}/**",
"${workspaceFolder}/base"
],
"defines": [],
"compilerPath": "/usr/bin/clang",
"cStandard": "c17",
"cppStandard": "c++14",
"intelliSenseMode": "clang-x64"
}
],
"version": 4
}