tests: counter: kconfig: Fix debug log level enabling
COUNTER_LOG_LEVEL (defined in subsys/logging/Kconfig.template.log_config) is derived automatically and has no prompt. Assignments have no effect on promptless symbols. Set COUNTER_LOG_LEVEL_DBG=y instead, which corresponds to COUNTER_LOG_LEVEL=4. Flagged by https://github.com/zephyrproject-rtos/zephyr/pull/20742. Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
This commit is contained in:
parent
2f2a04d167
commit
fbd3d4b907
1 changed files with 1 additions and 1 deletions
|
@ -2,4 +2,4 @@ CONFIG_COUNTER=y
|
|||
CONFIG_BT=n
|
||||
CONFIG_ZTEST=y
|
||||
CONFIG_LOG=y
|
||||
CONFIG_COUNTER_LOG_LEVEL=4
|
||||
CONFIG_COUNTER_LOG_LEVEL_DBG=y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue