vscode: update C settings to match CMake

This commit is contained in:
anna 2021-08-03 17:34:13 +02:00
parent c806c21936
commit a8295db11b
Signed by: fef
GPG key ID: EC22E476DC2D3D84

View file

@ -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
}
}