Update Makefile

ARCH_FLAGS was never set to cortex-m4 , cf line 63
This commit is contained in:
Trey Marc 2014-05-20 03:53:51 +02:00
parent 2ee359686b
commit c245dc1868
1 changed files with 0 additions and 1 deletions

View File

@ -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)) \