From c245dc18681151a9918454f1a155c33d06bc45bf Mon Sep 17 00:00:00 2001 From: Trey Marc Date: Tue, 20 May 2014 03:53:51 +0200 Subject: [PATCH] Update Makefile ARCH_FLAGS was never set to cortex-m4 , cf line 63 --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 5467df99cc..8a79736d57 100644 --- a/Makefile +++ b/Makefile @@ -236,7 +236,6 @@ OBJCOPY = arm-none-eabi-objcopy # Tool options. # -ARCH_FLAGS = -mthumb -mcpu=cortex-m3 BASE_CFLAGS = $(ARCH_FLAGS) \ $(addprefix -D,$(OPTIONS)) \ $(addprefix -I,$(INCLUDE_DIRS)) \