From 85c5dab9da85c139d29f29c1d2f02302bd463ae6 Mon Sep 17 00:00:00 2001 From: Jamie Smith Date: Tue, 16 Jan 2024 08:34:34 -0800 Subject: [PATCH] Enable floating point printf by default (#208) --- platform/mbed_lib.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/mbed_lib.json b/platform/mbed_lib.json index 4f69cc366a..12481a5021 100644 --- a/platform/mbed_lib.json +++ b/platform/mbed_lib.json @@ -159,7 +159,7 @@ }, "minimal-printf-enable-floating-point": { "help": "Enable floating point printing when using minimal printf library", - "value": false + "value": true }, "minimal-printf-set-floating-point-max-decimals": { "help": "Maximum number of decimals to be printed when using minimal printf library",