HAL_ChibiOS: set FPU=hard if not set elsewhere
This commit is contained in:
parent
f753669a58
commit
6fb40a9713
@ -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…
Reference in New Issue
Block a user