Skip to content

Commit

Permalink
tests: adc: wio_terminal: enable adc0 node
Browse files Browse the repository at this point in the history
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é <benjamin@zephyrproject.org>
  • Loading branch information
kartben committed Feb 1, 2025
1 parent 8e778d8 commit 21156f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/drivers/adc/adc_api/boards/wio_terminal.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
};

&adc0 {
status = "okay";
#address-cells = <1>;
#size-cells = <0>;

Expand Down

0 comments on commit 21156f8

Please sign in to comment.