Skip to content

Commit 054e1be

Browse files
committed
tests: adc: reduce footprint by tweaking logging
Using CONFIG_LOG_IMMEDIATE gives us some flash back. Signed-off-by: Anas Nashif <[email protected]>
1 parent acf0e24 commit 054e1be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/drivers/adc/adc_api/prj_base.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ CONFIG_ZTEST=y
33
CONFIG_ADC=y
44
CONFIG_ADC_ASYNC=y
55
CONFIG_ADC_0=y
6-
76
CONFIG_LOG=y
87
CONFIG_ADC_LOG_LEVEL_INF=y
8+
CONFIG_LOG_IMMEDIATE=y

0 commit comments

Comments
 (0)