Browse Source

HAL_ChibiOS: set FPU=hard if not set elsewhere

mission-4.1.18
Andrew Tridgell 6 years ago
parent
commit
6fb40a9713
  1. 2
      libraries/AP_HAL_ChibiOS/hwdef/common/chibios_common.mk

2
libraries/AP_HAL_ChibiOS/hwdef/common/chibios_common.mk

@ -33,7 +33,7 @@ endif @@ -33,7 +33,7 @@ endif
# FPU-related options
ifeq ($(USE_FPU),)
USE_FPU = no
USE_FPU = hard
endif
ifneq ($(USE_FPU),no)
OPT += $(USE_FPU_OPT)

Loading…
Cancel
Save