1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-15 12:25:20 +03:00

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

View file

@ -236,7 +236,6 @@ OBJCOPY = arm-none-eabi-objcopy
# Tool options. # Tool options.
# #
ARCH_FLAGS = -mthumb -mcpu=cortex-m3
BASE_CFLAGS = $(ARCH_FLAGS) \ BASE_CFLAGS = $(ARCH_FLAGS) \
$(addprefix -D,$(OPTIONS)) \ $(addprefix -D,$(OPTIONS)) \
$(addprefix -I,$(INCLUDE_DIRS)) \ $(addprefix -I,$(INCLUDE_DIRS)) \