Skip to content

Commit ec7167b

Browse files
authored
[libc] Disable fixed point printing for baremetal (#126115)
This follows suite with disabling float printing.
1 parent 1a7e79b commit ec7167b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

libc/config/baremetal/config.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
}
66
},
77
"printf": {
8+
"LIBC_CONF_PRINTF_DISABLE_FIXED_POINT": {
9+
"value": true
10+
},
811
"LIBC_CONF_PRINTF_DISABLE_FLOAT": {
912
"value": true
1013
},

0 commit comments

Comments
 (0)