1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

sys/Kconfig.stdio: add printf_float module

This commit is contained in:
Leandro Lanzieri 2020-11-19 10:02:04 +01:00
parent 895be48336
commit 14ea7a676d
No known key found for this signature in database
GPG Key ID: F4E9A721761C7593

View File

@ -43,4 +43,7 @@ config MODULE_STDIO_UART_RX
help
Reception when using UART-based STDIO needs to be enabled.
config MODULE_PRINTF_FLOAT
bool "Float support in printf"
endmenu # Standard Input/Output (STDIO)