mirror of
https://github.com/apache/nuttx.git
synced 2026-09-21 05:14:27 +08:00
arch/arm/src/lpc17xx/lpc17_usbdev: Fix typo introduced with last change
This commit is contained in:
committed by
Gregory Nutt
parent
fe44948ea4
commit
5e479f31ba
@@ -2863,7 +2863,7 @@ static int lpc17_epsubmit(FAR struct usbdev_ep_s *ep, FAR struct usbdev_req_s *r
|
||||
|
||||
/* This there a incoming data pending the availability of a request? */
|
||||
|
||||
if (priv->rxpendinig > 0)
|
||||
if (priv->rxpending > 0)
|
||||
{
|
||||
ret = lpc17_rdrequest(privep);
|
||||
priv->rxpending--;
|
||||
|
||||
Reference in New Issue
Block a user