forked from len0rd/rockbox
Sansa AMS: Add extra delay to the uSD init sequence to enhance card compatability,
Some cards need this delay now that we're running at ident speed during this part of the init stage. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23919 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
033ed87321
commit
fae4eab4b2
1 changed files with 1 additions and 0 deletions
|
@ -333,6 +333,7 @@ static int sd_init_card(const int drive)
|
|||
/* CMD7 w/rca=0: Deselect card to put it in STBY state */
|
||||
if(!send_cmd(drive, SD_DESELECT_CARD, 0, MCI_ARG, NULL))
|
||||
return -8;
|
||||
mci_delay();
|
||||
}
|
||||
#endif /* HAVE_MULTIDRIVE */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue