Updated README files and comments
This commit is contained in:
parent
398bf81c18
commit
43abe85674
@ -1898,7 +1898,7 @@ static void sam_ep_bankinterrupt(struct sam_usbdev_s *priv,
|
||||
len = GETUINT16(priv->ctrl.len);
|
||||
if (len == pktsize)
|
||||
{
|
||||
/* Copy the OUT data from the EP0 FIFO into special EP0 buffer. */
|
||||
/* Copy the OUT data from the EP0 FIFO into a special EP0 buffer. */
|
||||
|
||||
sam_ep0_read(priv->ep0out, len);
|
||||
|
||||
|
@ -2617,7 +2617,7 @@ static void sam_ep_interrupt(struct sam_usbdev_s *priv, int epno)
|
||||
len = GETUINT16(priv->ctrl.len);
|
||||
if (len == pktsize)
|
||||
{
|
||||
/* Copy the OUT data from the EP0 FIFO into special EP0 buffer
|
||||
/* Copy the OUT data from the EP0 FIFO into a special EP0 buffer
|
||||
* and clear RXRDYTXKL in order to receive more data.
|
||||
*/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user