Skip to content

Commit 21156f8

Browse files
committed
tests: adc: wio_terminal: enable adc0 node
the adc0 node is now disabled by default in the soc enable it so that adc test passes for this board Signed-off-by: Benjamin Cabé <[email protected]>
1 parent 8e778d8 commit 21156f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/drivers/adc/adc_api/boards/wio_terminal.overlay

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
};
1414

1515
&adc0 {
16+
status = "okay";
1617
#address-cells = <1>;
1718
#size-cells = <0>;
1819

0 commit comments

Comments
 (0)