Fix vscode profile

This commit is contained in:
Felix Kopp 2020-06-17 20:40:48 +02:00
parent 424f5a902f
commit 007434eb27
No known key found for this signature in database
GPG key ID: C478BA0A85F75728

View file

@ -57,12 +57,11 @@
"./include" "./include"
], ],
"compilerArgs": [ "compilerArgs": [
"-mcpu=at91sam3x8e", "-mcpu=cortex-m3",
"-mthumb", "-mthumb",
"-nodefaultlibs", "-nodefaultlibs",
"-nostartfiles", "-nostartfiles",
"-fno-builtin", "-fno-builtin",
"-fpack-struct",
"-Wall", "-Wall",
"-Wstrict-prototypes", "-Wstrict-prototypes",
"-Wredundant-decls", "-Wredundant-decls",