mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-16 16:33:30 +08:00
a33bc0f321
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>