Fix Sure PIC32 LOOPSPERMSEC

This commit is contained in:
Gregory Nutt 2013-05-27 16:29:41 -06:00
parent f7ef927019
commit 03478d02aa

View File

@ -1092,7 +1092,7 @@ static int pic32mx_wrstart(struct pic32mx_usbdev_s *priv,
epno = USB_EPNO(privep->ep.eplog);
/* Decide which BDT to use. bdtin points to the "current" BDT. That is,
* the one that either (1) avaialble for next transfer, or (2) the one
* the one that either (1) available for next transfer, or (2) the one
* that is currently busy with the current transfer. If the current
* BDT is busy, we have the option of setting up the other BDT in advance
* in order to improve data transfer performance.