Skip to content

Commit 275f2b5

Browse files
committed
Merge branch 'add_set_get_hid_host_api_and_device_callback' of https://github.com/ayedm1/eclipse_usbx into add_set_get_hid_host_api_and_device_callback
2 parents f5954fb + 4681678 commit 275f2b5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/regression/usbx_ux_device_class_hid_set_protocol_callback_test.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ static UCHAR device_framework_full_speed[] = {
8888
0x32,
8989

9090
/* Interface descriptor */
91-
0x09, 0x04, 0x02, 0x00, 0x01, 0x03, 0x01, 0x00,
91+
0x09, 0x04, 0x00, 0x00, 0x01, 0x03, 0x01, 0x00,
9292
0x00,
9393

9494
/* HID descriptor */
@@ -118,7 +118,7 @@ static UCHAR device_framework_high_speed[] = {
118118
0x32,
119119

120120
/* Interface descriptor */
121-
0x09, 0x04, 0x02, 0x00, 0x01, 0x03, 0x01, 0x00,
121+
0x09, 0x04, 0x00, 0x00, 0x01, 0x03, 0x01, 0x00,
122122
0x00,
123123

124124
/* HID descriptor */

0 commit comments

Comments
 (0)