stm32g0xx/.vscode/c_cpp_properties.json
Thomas Klaehn d38bd4ae27 Initial commit
Signed-off-by: Thomas Klaehn <thomas.klaehn@perinet.io>
2020-12-14 16:21:17 +01:00

16 lines
369 B
JSON

{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [],
"compilerPath": "/usr/bin/clang",
"cStandard": "c17",
"cppStandard": "c++14",
"intelliSenseMode": "clang-x64"
}
],
"version": 4
}