Add the missing MSB of the maximum packet size and use hex values instead of decimal.

This commit is contained in:
Michael Banther
2019-09-25 14:38:17 +01:00
parent 3131b89a1d
commit 960333ca09

View File

@@ -2863,7 +2863,8 @@ unsigned char cfgDesc_Audio1[] =
0x05, /* 1 bDescriptorType */
ENDPOINT_ADDRESS_IN_HID, /* 2 bEndpointAddress */
0x03, /* 3 bmAttributes (INTERRUPT) */
64, /* 4 wMaxPacketSize */
0x40, /* 4 wMaxPacketSize */
0x00, /* 5 wMaxPacketSize */
0x08, /* 6 bInterval */
#endif