Skip to content

Commit 786cd7f

Browse files
khoa-nguyen-18kartben
authored andcommitted
tests: drivers: adc: Correct the reference-mv in Kconfig
Correct reference-mv in Kconfig of adc_accuracy_test Signed-off-by: Khoa Nguyen <[email protected]>
1 parent eff76ca commit 786cd7f

File tree

1 file changed

+1
-1
lines changed
  • tests/drivers/adc/adc_accuracy_test

1 file changed

+1
-1
lines changed

tests/drivers/adc/adc_accuracy_test/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ config DAC_SOURCE_TEST
1515

1616
config REFERENCE_VOLTAGE_TEST
1717
bool
18-
default y if $(dt_node_has_prop,/$(ZEPHYR_USER),reference_mv)
18+
default y if $(dt_node_has_prop,/$(ZEPHYR_USER),reference-mv)
1919

2020
config NUMBER_OF_PASSES
2121
int "Number of passes"

0 commit comments

Comments
 (0)