When detecting all SDIO devices fails, it is also necessary to return information
This commit is contained in:
xiaoguang_ma 2022-09-09 14:32:28 +09:00 committed by guo
parent 7c122cca25
commit 80f495de4a
1 changed files with 1 additions and 0 deletions

View File

@ -667,6 +667,7 @@ void mmcsd_detect(void *param)
continue;
}
mmcsd_host_unlock(host);
rt_mb_send(&mmcsd_hotpluge_mb, (rt_ubase_t)host);
}
else
{