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"
|
||||
],
|
||||
"compilerArgs": [
|
||||
"-mcpu=at91sam3x8e",
|
||||
"-mcpu=cortex-m3",
|
||||
"-mthumb",
|
||||
"-nodefaultlibs",
|
||||
"-nostartfiles",
|
||||
"-fno-builtin",
|
||||
"-fpack-struct",
|
||||
"-Wall",
|
||||
"-Wstrict-prototypes",
|
||||
"-Wredundant-decls",
|
||||
|
|
Loading…
Reference in a new issue