[libc] Disable fixed point printing for baremetal (#126115)

This follows suite with disabling float printing.
This commit is contained in:
PiJoules
2025-02-06 11:31:05 -08:00
committed by GitHub
parent 1a7e79b85d
commit ec7167bac7

View File

@@ -5,6 +5,9 @@
}
},
"printf": {
"LIBC_CONF_PRINTF_DISABLE_FIXED_POINT": {
"value": true
},
"LIBC_CONF_PRINTF_DISABLE_FLOAT": {
"value": true
},