include/mmc.h: Fix typo in IS_SD() macro
Signed-off-by: Albin Tonnerre <albin.tonnerre@free-electrons.com>
This commit is contained in:
parent
963f2f6117
commit
79b91de958
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user