fix(boards): Move the CDC ACM node under the USBD.

* Ferris board's CDC ACM node was accidentally nested under the wrong
  node, causing USB logging builds to fail with cryptic error.
This commit is contained in:
Peter Johanson 2023-03-25 13:17:16 -04:00 committed by Pete Johanson
parent cd64c59b39
commit ae8299edb3

View file

@ -116,6 +116,10 @@
&usb {
status = "okay";
cdc_acm_uart: cdc_acm_uart {
compatible = "zephyr,cdc-acm-uart";
label = "CDC_ACM_0";
};
};
&clk_hsi {
@ -139,10 +143,6 @@
&rtc {
status = "okay";
cdc_acm_uart: cdc_acm_uart {
compatible = "zephyr,cdc-acm-uart";
label = "CDC_ACM_0";
};
};
&flash0 {