Skip to content

Commit 4f51718

Browse files
committed
Update app overlay for Zephyr USB example
1 parent 59aa1b3 commit 4f51718

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/zephyr-subsys-usb-hid-mouse/zephyr/app.overlay

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
/ {
88
hid_dev_0: hid_dev_0 {
99
compatible = "zephyr,hid-device";
10-
interface-name = "HID0";
11-
protocol-code = "keyboard";
12-
in-report-size = <64>;
10+
label = "HID0";
11+
protocol-code = "none";
1312
in-polling-period-us = <1000>;
13+
in-report-size = <64>;
1414
};
1515
};

0 commit comments

Comments
 (0)