Merge pull request #13 from treymarc/patch-1

STM32F30x - ARCH_FLAGS was never set to cortex-m4
This commit is contained in:
Dominic Clifton 2014-05-20 09:55:29 +01:00
commit 0b424807df
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)) \