4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-16 16:33:30 +08:00
Shawn Lin a33bc0f321 [component] sdio: Fix mmc mount function if the whole device is a partition
If the whole sd card was formatted as a partition, current
code break out the loop mistakenly, so it skips dfs_mount_device
later. Simply remove the broken 'break' to solve this problem.

Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
2020-03-12 09:00:33 +08:00
..
2020-02-28 14:56:56 +08:00
2015-06-20 23:23:32 +08:00
2020-02-23 09:20:09 +08:00