Fix vscode profile
This commit is contained in:
parent
424f5a902f
commit
007434eb27
1 changed files with 1 additions and 2 deletions
3
.vscode/c_cpp_properties.json
vendored
3
.vscode/c_cpp_properties.json
vendored
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue