From 3b6de35487c64b14bb99fc70c28343216697a84e Mon Sep 17 00:00:00 2001 From: rusefi Date: Fri, 28 Dec 2018 21:43:46 -0500 Subject: [PATCH] fix #375 --- firmware/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 #