fixed typo in spi initialization

This commit is contained in:
Markus Fröschle
2012-12-13 21:14:48 +00:00
parent 45f462d0ca
commit 611fed8272
5 changed files with 31 additions and 96 deletions

View File

@@ -101,7 +101,7 @@
#define CMD58 (58) /* READ_OCR */
static volatile DSTATUS Stat = STA_NOINIT; /* Physical drive status */
static volatile DSTATUS Stat = 0 /* STA_NOINIT */; /* Physical drive status */
static uint8_t CardType; /* Card type flags */