mirror of
https://github.com/apache/nuttx.git
synced 2026-08-02 20:59:02 +00:00
rptun: add rptun_update_rx() when device_created()
Signed-off-by: ligd <liguiding1@xiaomi.com>
This commit is contained in:
parent
378470f611
commit
1f9fb5fce2
1 changed files with 2 additions and 0 deletions
|
|
@ -743,6 +743,8 @@ static int rptun_dev_start(FAR struct remoteproc *rproc)
|
|||
{
|
||||
cb->device_created(&priv->rvdev.rdev, cb->priv);
|
||||
}
|
||||
|
||||
rptun_update_rx(priv);
|
||||
}
|
||||
|
||||
nxrmutex_unlock(&g_rptun_lockcb);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue