commit | ab314c337882adc26a4ba84daba5b5777c23eda9 | [log] [tgz] |
---|---|---|
author | Lukasz Majewski <lukma@denx.de> | Mon Jan 17 10:54:38 2022 +0100 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Tue Mar 15 10:01:54 2022 +0100 |
tree | a5159ad64bd18af077fc5f7aa5e04e8741c82e81 | |
parent | 4bcd33bb352a597ce21d29e23c2f4afd8d06b4eb [diff] |
fs: littlefs: sample: Replace calls to printk with LOG_PRINTK Replace calls to printk with LOG_PRINTK to use the logging Zephyr infrastructure. After this change it would be possible to set the logging mode (to e.g. reduce the verbosity of output and final size of the binary). Signed-off-by: Lukasz Majewski <lukma@denx.de>