Skip to content

Commit 3ed106b

Browse files
committed
chore: refresh CLA status
1 parent ef2a817 commit 3ed106b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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)