diff --git a/Makefile b/Makefile index 5467df99c..8a79736d5 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)) \