From 8d7bbfc840998aeaaea78898451079fe13238ae0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Fr=C3=B6schle?= Date: Mon, 14 Oct 2013 18:43:29 +0000 Subject: [PATCH] removed unused variable --- sources/mmc.c | 1 - 1 file changed, 1 deletion(-) 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 */