forked from len0rd/rockbox
Add define for SD_SET_CLR_CARD_DETECT 42 /* acmd42 */ to sd.h for use with 4 bit WIDEBUS.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23340 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
027e7634bf
commit
094dd2b716
1 changed files with 1 additions and 0 deletions
|
@ -97,6 +97,7 @@ int sd_num_drives(int first_drive);
|
|||
#define SD_ERASE 38
|
||||
#define SD_APP_OP_COND 41
|
||||
#define SD_LOCK_UNLOCK 42
|
||||
#define SD_SET_CLR_CARD_DETECT 42 /* acmd42 */
|
||||
#define SD_SEND_SCR 51 /* acmd51 */
|
||||
#define SD_APP_CMD 55
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue