Skip to content

Commit

Permalink
applications: nrf_desktop: Rename cdc-acm-uart node
Browse files Browse the repository at this point in the history
Renamed cdc-acm-uart node to board-cdc-acm-uart node due to the
changes in the Zephyr.

Jira: NCSDK-31374

Signed-off-by: Mateusz Kapala <[email protected]>
  • Loading branch information
mkapala-nordic authored and anangl committed Jan 21, 2025
1 parent 6e66f80 commit 3c97fdc
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

/ {
chosen {
ncs,ble-qos-uart = &cdc_acm_uart;
ncs,ble-qos-uart = &board_cdc_acm_uart;
};

/* Configure DTS nodes used for USB next HID support. */
Expand Down Expand Up @@ -38,6 +38,6 @@
num-isoout-endpoints = <0>;
};

&cdc_acm_uart {
status = "okay";
&board_cdc_acm_uart {
status = "okay";
};

0 comments on commit 3c97fdc

Please sign in to comment.