Skip to content

Commit d718f64

Browse files
authored
Merge pull request #4409 from DavidLin1577/patch-9
[bsp] Mini optimized the fh_mmc.c
2 parents 85ef701 + a6c04db commit d718f64

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bsp/fh8620/libraries/driverlib/fh_mmc.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,6 @@ int MMC_SetCardWidth(struct fh_mmc_obj *mmc_obj, int width)
194194
default:
195195
rt_kprintf("ERROR: %s, card width %d is not supported\n", __func__, width);
196196
return -RT_ERROR;
197-
break;
198197
}
199198
return 0;
200199
}

0 commit comments

Comments
 (0)