fixed formatting
This commit is contained in:
@@ -70,21 +70,21 @@
|
|||||||
#define ACMD41 (0x80+41) /* SEND_OP_COND (SDC) */
|
#define ACMD41 (0x80+41) /* SEND_OP_COND (SDC) */
|
||||||
#define CMD8 (8) /* SEND_IF_COND */
|
#define CMD8 (8) /* SEND_IF_COND */
|
||||||
#define CMD9 (9) /* SEND_CSD */
|
#define CMD9 (9) /* SEND_CSD */
|
||||||
#define CMD10 (10) /* SEND_CID */
|
#define CMD10 (10) /* SEND_CID */
|
||||||
#define CMD12 (12) /* STOP_TRANSMISSION */
|
#define CMD12 (12) /* STOP_TRANSMISSION */
|
||||||
#define ACMD13 (0x80+13) /* SD_STATUS (SDC) */
|
#define ACMD13 (0x80+13) /* SD_STATUS (SDC) */
|
||||||
#define CMD16 (16) /* SET_BLOCKLEN */
|
#define CMD16 (16) /* SET_BLOCKLEN */
|
||||||
#define CMD17 (17) /* READ_SINGLE_BLOCK */
|
#define CMD17 (17) /* READ_SINGLE_BLOCK */
|
||||||
#define CMD18 (18) /* READ_MULTIPLE_BLOCK */
|
#define CMD18 (18) /* READ_MULTIPLE_BLOCK */
|
||||||
#define CMD23 (23) /* SET_BLOCK_COUNT (MMC) */
|
#define CMD23 (23) /* SET_BLOCK_COUNT (MMC) */
|
||||||
#define ACMD23 (0x80+23) /* SET_WR_BLK_ERASE_COUNT (SDC) */
|
#define ACMD23 (0x80+23) /* SET_WR_BLK_ERASE_COUNT (SDC) */
|
||||||
#define CMD24 (24) /* WRITE_BLOCK */
|
#define CMD24 (24) /* WRITE_BLOCK */
|
||||||
#define CMD25 (25) /* WRITE_MULTIPLE_BLOCK */
|
#define CMD25 (25) /* WRITE_MULTIPLE_BLOCK */
|
||||||
#define CMD32 (32) /* ERASE_ER_BLK_START */
|
#define CMD32 (32) /* ERASE_ER_BLK_START */
|
||||||
#define CMD33 (33) /* ERASE_ER_BLK_END */
|
#define CMD33 (33) /* ERASE_ER_BLK_END */
|
||||||
#define CMD38 (38) /* ERASE */
|
#define CMD38 (38) /* ERASE */
|
||||||
#define CMD55 (55) /* APP_CMD */
|
#define CMD55 (55) /* APP_CMD */
|
||||||
#define CMD58 (58) /* READ_OCR */
|
#define CMD58 (58) /* READ_OCR */
|
||||||
|
|
||||||
|
|
||||||
static volatile DSTATUS Stat = 0 /* STA_NOINIT */; /* Physical drive status */
|
static volatile DSTATUS Stat = 0 /* STA_NOINIT */; /* Physical drive status */
|
||||||
|
|||||||
Reference in New Issue
Block a user