Skip to content

Commit c433ad4

Browse files
committed
chore: refresh CLA status
1 parent eeb42b4 commit c433ad4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

components/drivers/sdio/dev_mmc.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,6 @@ static int mmc_poll_for_busy(struct rt_mmcsd_card *card, rt_uint32_t timeout_ms,
303303
rt_tick_t start;
304304

305305
start = rt_tick_get();
306-
307306
do
308307
{
309308
rt_bool_t out = (int)(rt_tick_get() - start) >= timeout;

0 commit comments

Comments
 (0)