samples: shell: shell_module: Enable logging commands
Enabling commands for the sample. They were disabled by c0c8952739
but
should be enabled in the sample.
Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
This commit is contained in:
parent
5062cef1f0
commit
f1ef55ec5a
|
@ -1,6 +1,7 @@
|
|||
CONFIG_PRINTK=y
|
||||
CONFIG_SHELL=y
|
||||
CONFIG_LOG=y
|
||||
CONFIG_LOG_CMDS=y
|
||||
CONFIG_INIT_STACKS=y
|
||||
CONFIG_THREAD_STACK_INFO=y
|
||||
CONFIG_KERNEL_SHELL=y
|
||||
|
|
Loading…
Reference in a new issue