summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/lpc214x
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-10-10 17:41:52 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-10-10 17:41:52 +0000
commit11fc85255c19325d4a9ac6001658ac32ef81b7f0 (patch)
treed1aa19cea24d48b25a9f117ed6944743ae091261 /nuttx/arch/arm/src/lpc214x
parent2019608ec3476613f63451cd544c4522df3e1d38 (diff)
downloadpx4-nuttx-11fc85255c19325d4a9ac6001658ac32ef81b7f0.tar.gz
px4-nuttx-11fc85255c19325d4a9ac6001658ac32ef81b7f0.tar.bz2
px4-nuttx-11fc85255c19325d4a9ac6001658ac32ef81b7f0.zip
Remove unnecessary warning
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1026 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/arm/src/lpc214x')
-rw-r--r--nuttx/arch/arm/src/lpc214x/lpc214x_usbdev.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/nuttx/arch/arm/src/lpc214x/lpc214x_usbdev.c b/nuttx/arch/arm/src/lpc214x/lpc214x_usbdev.c
index 9ab55b79e..e6a7c8f0d 100644
--- a/nuttx/arch/arm/src/lpc214x/lpc214x_usbdev.c
+++ b/nuttx/arch/arm/src/lpc214x/lpc214x_usbdev.c
@@ -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 (;;)
{