[bsp] : optimize code format

This commit is contained in:
SummerGift 2017-12-25 15:59:16 +08:00
parent 9971072bdc
commit 862708828e
1 changed files with 0 additions and 19 deletions

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);