tests: adc_simple: Change ADC_DEBUG=y to SYS_LOG_ADC_LEVEL=4

The ADC_DEBUG Kconfig symbol was removed in commit a679f32920
("sys_log: replace old debug macros at ADC driver"), which introduced
SYS_LOG_ADC_LEVEL and switched to using SYS_LOG_DBG() for debug
messages.

Remove the ADC_DEBUG=y assignment and set SYS_LOG_ADC_LEVEL=4 so that
the debug messages still show up.

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
This commit is contained in:
Ulf Magnusson 2018-05-25 16:07:48 +02:00 committed by Anas Nashif
parent 8364b223e4
commit d96dbadd75
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
CONFIG_ZTEST=y
CONFIG_ADC=y
CONFIG_ADC_DEBUG=y
CONFIG_SYS_LOG_ADC_LEVEL=4