Browse Source

[bsp] : optimize code format

SummerGift 7 years ago
parent
commit
862708828e
1 changed files with 0 additions and 19 deletions
  1. 0 19
      bsp/fh8620/libraries/inc/fh_mmc.h

+ 0 - 19
bsp/fh8620/libraries/inc/fh_mmc.h

@@ -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;
     return (GET_REG(mmc_obj->base + OFFSET_SDC_STATUS) >> 10) & 0x1;
 }
 }
 
 
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
 void MMC_Init(struct fh_mmc_obj *mmc_obj);
 void MMC_Init(struct fh_mmc_obj *mmc_obj);
 int MMC_ResetFifo(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);
 int MMC_SetCardWidth(struct fh_mmc_obj *mmc_obj, int width);