[bsp] Mini optimized the fh_mmc.c

Deleted the un-reach code line 'break;'
This commit is contained in:
David Lin 2021-03-02 16:16:36 +08:00 committed by GitHub
parent 339ebf3c16
commit a6c04dbf18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -194,7 +194,6 @@ int MMC_SetCardWidth(struct fh_mmc_obj *mmc_obj, int width)
default:
rt_kprintf("ERROR: %s, card width %d is not supported\n", __func__, width);
return -RT_ERROR;
break;
}
return 0;
}