Skip to content
Commit fe44948e authored by Michael Jung's avatar Michael Jung Committed by Gregory Nutt
Browse files

arch/arm/src/lpc17xx/lpc17_usbdev.c: Fix loss of RX initiatives. USB bulk...

arch/arm/src/lpc17xx/lpc17_usbdev.c: Fix loss of RX initiatives.  USB bulk endpoints are double buffered on LPC17xx MCUs.  This means that up to two packets might be received on an OUT endpoint that can not be handled immediately if the receive request queue is empty.  Thus, rxpending must be a counter not a boolean flag.
parent cce5d017
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment