mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-13 11:29:58 +03:00
PICO: Remove soft float
This commit is contained in:
parent
9230c5f654
commit
4bc464303e
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ INCLUDE_DIRS += \
|
|||
$(LIB_MAIN_DIR)/tinyUSB/src
|
||||
|
||||
#Flags
|
||||
ARCH_FLAGS = -mthumb -mcpu=cortex-m33 -march=armv8-m.main+fp+dsp -mfloat-abi=softfp -mcmse
|
||||
ARCH_FLAGS = -mthumb -mcpu=cortex-m33 -march=armv8-m.main+fp+dsp -mcmse
|
||||
|
||||
DEVICE_FLAGS =
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue