mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-22 11:32:41 -05:00
AMSv2 SD: send 80 idle clocks before sending initial CMD0 (go idle state)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29630 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
fc0ad4c01e
commit
d3c796d20e
1 changed files with 1 additions and 1 deletions
|
|
@ -425,7 +425,7 @@ static bool send_cmd(const int drive, const int cmd, const int arg, const int fl
|
|||
/*b12 | CMD_SENT_AUTO_STOP_BIT unused */
|
||||
/*b13 */ | ((cmd != SD_STOP_TRANSMISSION) ? CMD_WAIT_PRV_DAT_BIT: 0)
|
||||
/*b14 | CMD_ABRT_CMD_BIT unused */
|
||||
/*b15 | CMD_SEND_INIT_BIT unused */
|
||||
/*b15 */ | ((cmd == SD_GO_IDLE_STATE) ? CMD_SEND_INIT_BIT: 0)
|
||||
/*b20:16 */ | card_no
|
||||
/*b21 | CMD_SEND_CLK_ONLY unused */
|
||||
/*b22 | CMD_READ_CEATA unused */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue