From eb0ad1e5f56bc114c058206d765b4eb17aef240c Mon Sep 17 00:00:00 2001 From: heck Date: Tue, 5 Nov 2024 15:42:20 +0100 Subject: [PATCH] Build: enable float printing --- Makefile.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.conf b/Makefile.conf index dd13d7d..8307f71 100644 --- a/Makefile.conf +++ b/Makefile.conf @@ -17,4 +17,4 @@ CXXFLAGS += \ -fdiagnostics-show-template-tree \ #APP_TYPE ?= BOOT_NONE -#LDFLAGS += -u_printf_float \ No newline at end of file +LDFLAGS += -u_printf_float \ No newline at end of file