mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-14 20:10:18 +03:00
Update Makefile
ARCH_FLAGS was never set to cortex-m4 , cf line 63
This commit is contained in:
parent
2ee359686b
commit
c245dc1868
1 changed files with 0 additions and 1 deletions
1
Makefile
1
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)) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue