mirror of https://github.com/ARMmbed/mbed-os.git
Enable floating point printf by default (#208)
parent
73b0306230
commit
85c5dab9da
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue