From a77ad48193f54ffcb9a5ae6e2c1df74524f49090 Mon Sep 17 00:00:00 2001 From: Matthew Kennedy Date: Fri, 25 Aug 2023 20:09:06 -0700 Subject: [PATCH] hard fp --- firmware/bootloader/src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/bootloader/src/Makefile b/firmware/bootloader/src/Makefile index e4c6f9edb7..645dcca28f 100644 --- a/firmware/bootloader/src/Makefile +++ b/firmware/bootloader/src/Makefile @@ -107,7 +107,7 @@ endif # Enables the use of FPU on Cortex-M4 (no, softfp, hard). ifeq ($(USE_FPU),) - USE_FPU = softfp + USE_FPU = hard endif #