mirror of
https://github.com/felis/USB_Host_Shield_2.0.git
synced 2024-03-22 11:31:26 +01:00
added gearfreak's NAK limit fix
This commit is contained in:
parent
3557dac88d
commit
9d58b9d09c
1 changed files with 1 additions and 0 deletions
|
@ -438,6 +438,7 @@ void HIDBoot<BOOT_PROTOCOL>::EndpointXtract(uint8_t conf, uint8_t iface, uint8_t
|
|||
epInfo[index].epAddr = (pep->bEndpointAddress & 0x0F);
|
||||
epInfo[index].maxPktSize = (uint8_t) pep->wMaxPacketSize;
|
||||
epInfo[index].epAttribs = 0;
|
||||
epInfo[index].bmNakPower = USB_NAK_NOWAIT;
|
||||
|
||||
bNumEP++;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue