Updated README files and comments

This commit is contained in:
Gregory Nutt 2014-04-07 07:43:28 -06:00
parent 398bf81c18
commit 43abe85674
2 changed files with 2 additions and 2 deletions

View File

@ -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);

View File

@ -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.
*/