mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:58:59 +08:00
bcm43xxx: correct typo error to fix build break in photon board (#45)
Change-Id: I340b8d6d939b5049d25789d04c4a334bc97b1067 Signed-off-by: liuhaitao <liuhaitao@xiaomi.com>
This commit is contained in:
committed by
Alan Carvalho de Assis
parent
aad99a5f17
commit
926a41feba
@@ -623,7 +623,7 @@ static void bcmf_poll_work(FAR void *arg)
|
|||||||
/* Setup the watchdog poll timer again */
|
/* Setup the watchdog poll timer again */
|
||||||
|
|
||||||
wd_start(priv->bc_txpoll, BCMF_WDDELAY, bcmf_poll_expiry, 1,
|
wd_start(priv->bc_txpoll, BCMF_WDDELAY, bcmf_poll_expiry, 1,
|
||||||
, (wdparm_t)priv);
|
(wdparm_t)priv);
|
||||||
exit_unlock:
|
exit_unlock:
|
||||||
net_unlock();
|
net_unlock();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user