INTERRUPT pipe implemented

This commit is contained in:
NIIBE Yutaka
2013-10-29 16:05:19 +09:00
parent 59d522efba
commit 357bffe243
2 changed files with 17 additions and 5 deletions

View File

@@ -203,7 +203,7 @@ static const uint8_t gnukConfigDescriptor[] = {
0x82, /* bEndpointAddress: (IN2) */
0x03, /* bmAttributes: Interrupt */
4, 0x00, /* wMaxPacketSize: */
0x20, /* bInterval (32ms) */
0xFF, /* bInterval (255ms) */
/* Interface Descriptor */
9, /* bLength: Interface Descriptor size */