mirror of
https://github.com/apache/nuttx.git
synced 2026-05-30 21:36:28 +08:00
rptun: add rptun_update_rx() when device_created()
Signed-off-by: ligd <liguiding1@xiaomi.com>
This commit is contained in:
@@ -743,6 +743,8 @@ static int rptun_dev_start(FAR struct remoteproc *rproc)
|
|||||||
{
|
{
|
||||||
cb->device_created(&priv->rvdev.rdev, cb->priv);
|
cb->device_created(&priv->rvdev.rdev, cb->priv);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
rptun_update_rx(priv);
|
||||||
}
|
}
|
||||||
|
|
||||||
nxrmutex_unlock(&g_rptun_lockcb);
|
nxrmutex_unlock(&g_rptun_lockcb);
|
||||||
|
|||||||
Reference in New Issue
Block a user