HAL_ChibiOS: set FPU=hard if not set elsewhere

This commit is contained in:
Andrew Tridgell 2019-02-13 18:43:45 +11:00
parent f753669a58
commit 6fb40a9713
1 changed files with 1 additions and 1 deletions

View File

@ -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)