diff --git a/firmware/Makefile b/firmware/Makefile index 8dbc361078..4eeb1939d8 100644 --- a/firmware/Makefile +++ b/firmware/Makefile @@ -90,7 +90,7 @@ endif # Enables the use of FPU on Cortex-M4 (no, softfp, hard). ifeq ($(USE_FPU),) - USE_FPU = softfp + USE_FPU = hard endif #