bug fix
When detecting all SDIO devices fails, it is also necessary to return information
This commit is contained in:
parent
7c122cca25
commit
80f495de4a
|
@ -667,6 +667,7 @@ void mmcsd_detect(void *param)
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
mmcsd_host_unlock(host);
|
mmcsd_host_unlock(host);
|
||||||
|
rt_mb_send(&mmcsd_hotpluge_mb, (rt_ubase_t)host);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue