Commit 655620ed authored by Adam Wujek's avatar Adam Wujek

squash configs: add PRINTF_IS_FULL+64bit, required by new version of monitor

Signed-off-by: 's avatarAdam Wujek <adam.wujek@creotech.pl>
parent ca542cd8
......@@ -567,6 +567,7 @@ config SPLL_FIFO_LOG
choice
prompt "Implementation of pp_printf"
depends on DEVELOPER
default PRINTF_IS_FULL if EMBEDDED_NODE
config PRINTF_IS_XINT
bool "hex-and-int"
......@@ -709,7 +710,7 @@ config PRINTF_XINT
config PRINTF_FULL
boolean
default PRINTF_IS_FULL
default PRINTF_IS_FULL if (DEVELOPER && WR_NODE)
default y
config PRINTF_MINI
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment