9
0
Fork 0

Remove unnecessary warning

git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@1026 7fd9a85b-ad96-42d3-883c-3090e2eb8679
This commit is contained in:
patacongo 2008-10-10 17:41:52 +00:00
parent e0a2d13eb7
commit 5571163c93
1 changed files with 0 additions and 1 deletions

View File

@ -1132,7 +1132,6 @@ static int lpc214x_rdrequest(struct lpc214x_ep_s *privep)
return OK;
}
#warning REVISIT... Unless the EP supports double buffering, only one packet may be received
usbtrace(TRACE_READ(privep->epphy), privreq->req.xfrd);
for (;;)
{