Skip to content

Commit 85c5dab

Browse files
author
Jamie Smith
authored
Enable floating point printf by default (ARMmbed#208)
1 parent 73b0306 commit 85c5dab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform/mbed_lib.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159
},
160160
"minimal-printf-enable-floating-point": {
161161
"help": "Enable floating point printing when using minimal printf library",
162-
"value": false
162+
"value": true
163163
},
164164
"minimal-printf-set-floating-point-max-decimals": {
165165
"help": "Maximum number of decimals to be printed when using minimal printf library",

0 commit comments

Comments
 (0)