diff --git a/sources/mmc.c b/sources/mmc.c index f87e328..fe73aaa 100644 --- a/sources/mmc.c +++ b/sources/mmc.c @@ -389,7 +389,6 @@ DSTATUS disk_initialize(uint8_t drv) uint8_t n, cmd, card_type, ocr[4]; uint8_t buff[16]; int res; - int i; if (drv) return STA_NOINIT; /* Supports only drive 0 */