From 4d49fd0cabb32bad15981093b3b2bf82d0bad443 Mon Sep 17 00:00:00 2001 From: rusEfi Date: Sun, 2 Apr 2017 01:38:52 -0400 Subject: [PATCH] #375 - issues with log() --- firmware/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/Makefile b/firmware/Makefile index 5f9652018a..168bf5bc89 100644 --- a/firmware/Makefile +++ b/firmware/Makefile @@ -71,7 +71,7 @@ endif # Enables the use of FPU on Cortex-M4 (no, softfp, hard). ifeq ($(USE_FPU),) - USE_FPU = hard + USE_FPU = softfp endif #