mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-02-06 21:14:33 +08:00
Merge pull request #4409 from DavidLin1577/patch-9
[bsp] Mini optimized the fh_mmc.c
This commit is contained in:
commit
d718f64dfc
@ -194,7 +194,6 @@ int MMC_SetCardWidth(struct fh_mmc_obj *mmc_obj, int width)
|
|||||||
default:
|
default:
|
||||||
rt_kprintf("ERROR: %s, card width %d is not supported\n", __func__, width);
|
rt_kprintf("ERROR: %s, card width %d is not supported\n", __func__, width);
|
||||||
return -RT_ERROR;
|
return -RT_ERROR;
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user