@@ -1322,7 +1322,7 @@ void dcd_int_handler(uint8_t rhport)
|
|||||||
do
|
do
|
||||||
{
|
{
|
||||||
handle_rxflvl_irq(rhport);
|
handle_rxflvl_irq(rhport);
|
||||||
} while(dwc2->gotgint & GINTSTS_RXFLVL);
|
} while(dwc2->gintsts & GINTSTS_RXFLVL);
|
||||||
|
|
||||||
// Manage RX FIFO size
|
// Manage RX FIFO size
|
||||||
if (_out_ep_closed)
|
if (_out_ep_closed)
|
||||||
|
Reference in New Issue
Block a user