From 007434eb27ee3f1afa6d311b63f693190bebf924 Mon Sep 17 00:00:00 2001 From: Felix Kopp Date: Wed, 17 Jun 2020 20:40:48 +0200 Subject: [PATCH] Fix vscode profile --- .vscode/c_cpp_properties.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index b680ab1..0ed5112 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -57,12 +57,11 @@ "./include" ], "compilerArgs": [ - "-mcpu=at91sam3x8e", + "-mcpu=cortex-m3", "-mthumb", "-nodefaultlibs", "-nostartfiles", "-fno-builtin", - "-fpack-struct", "-Wall", "-Wstrict-prototypes", "-Wredundant-decls",