1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-15 04:15:44 +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.
#
ARCH_FLAGS = -mthumb -mcpu=cortex-m3
BASE_CFLAGS = $(ARCH_FLAGS) \
$(addprefix -D,$(OPTIONS)) \
$(addprefix -I,$(INCLUDE_DIRS)) \