mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-14 15:42:28 -05:00
Sansa AMS : higher a bit the delay between acmd41 loops, needed for some microsd cards. FS#10268 by Eric Shattow
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21152 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
de2d99a177
commit
f5db6b9ce3
1 changed files with 1 additions and 0 deletions
|
|
@ -251,6 +251,7 @@ static int sd_init_card(const int drive)
|
|||
mci_delay();
|
||||
mci_delay();
|
||||
mci_delay();
|
||||
mci_delay();
|
||||
|
||||
/* app_cmd */
|
||||
if( !send_cmd(drive, SD_APP_CMD, 0, MCI_RESP|MCI_ARG, &response) ||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue