From 773e758df7b7ea114661e4a98fab4e29d3745b03 Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 10 Oct 2008 17:41:52 +0000 Subject: [PATCH] Remove unnecessary warning git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1026 42af7a65-404d-4744-a932-0658087f49c3 --- arch/arm/src/lpc214x/lpc214x_usbdev.c | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/src/lpc214x/lpc214x_usbdev.c b/arch/arm/src/lpc214x/lpc214x_usbdev.c index 9ab55b79e85..e6a7c8f0d66 100644 --- a/arch/arm/src/lpc214x/lpc214x_usbdev.c +++ b/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 (;;) {