vscode: update C settings to match CMake

io-wait
anna 3 years ago
parent c806c21936
commit a8295db11b
Signed by: fef
GPG Key ID: EC22E476DC2D3D84

@ -3,13 +3,11 @@
{
"name": "at91sam3x8e",
"defines": [
"DEBUG",
"ARCH=at91sam3x8e",
"ARCH_AT91SAM3X8E"
"DEBUG"
],
"compilerPath": "/usr/bin/arm-none-eabi-gcc",
"cStandard": "gnu11",
"cppStandard": "gnu++14",
"cStandard": "c17",
"cppStandard": "c++17",
"intelliSenseMode": "gcc-arm",
"includePath": [
"./include",
@ -50,4 +48,4 @@
}
],
"version": 4
}
}

Loading…
Cancel
Save