1
0
Fork 0

include/mmc.h: Fix typo in IS_SD() macro

Signed-off-by: Albin Tonnerre <albin.tonnerre@free-electrons.com>
utp
Albin Tonnerre 2009-08-22 14:21:53 +02:00 committed by Wolfgang Denk
parent 963f2f6117
commit 79b91de958
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@
#define SD_DATA_4BIT 0x00040000
#define IS_SD(x) (mmc->version & SD_VERSION_SD)
#define IS_SD(x) (x->version & SD_VERSION_SD)
#define MMC_DATA_READ 1
#define MMC_DATA_WRITE 2