소스 검색

Update mmc.c

Jianjia Ma 4 년 전
부모
커밋
398718f0f9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      components/drivers/sdio/mmc.c

+ 1 - 1
components/drivers/sdio/mmc.c

@@ -337,7 +337,7 @@ static int mmc_select_bus_width(struct rt_mmcsd_card *card, rt_uint8_t *ext_csd)
 
     for(trys = 0; trys < 5; trys++){
         mmcsd_set_bus_width(host, bus_width);
-        mmcsd_delay_ms(10); 
+        mmcsd_delay_ms(10);
         err = mmc_compare_ext_csds(card, ext_csd, bus_width);
         if(!err)
             break;