removed unused variable

This commit is contained in:
Markus Fröschle
2013-10-14 18:43:29 +00:00
parent 12629ec3b7
commit a281ee498b

View File

@@ -389,7 +389,6 @@ DSTATUS disk_initialize(uint8_t drv)
uint8_t n, cmd, card_type, ocr[4]; uint8_t n, cmd, card_type, ocr[4];
uint8_t buff[16]; uint8_t buff[16];
int res; int res;
int i;
if (drv) if (drv)
return STA_NOINIT; /* Supports only drive 0 */ return STA_NOINIT; /* Supports only drive 0 */