4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-03-04 19:05:27 +08:00

[bsp] : optimize code format

This commit is contained in:
SummerGift 2017-12-25 15:59:16 +08:00
parent 9971072bdc
commit 862708828e

View File

@ -284,25 +284,6 @@ rt_inline rt_uint32_t MMC_IsDataStateBusy(struct fh_mmc_obj *mmc_obj)
return (GET_REG(mmc_obj->base + OFFSET_SDC_STATUS) >> 10) & 0x1;
}
void MMC_Init(struct fh_mmc_obj *mmc_obj);
int MMC_ResetFifo(struct fh_mmc_obj *mmc_obj);
int MMC_SetCardWidth(struct fh_mmc_obj *mmc_obj, int width);