summaryrefslogtreecommitdiff
path: root/firmware/target/arm/as3525
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/as3525')
-rw-r--r--firmware/target/arm/as3525/sd-as3525.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/arm/as3525/sd-as3525.c b/firmware/target/arm/as3525/sd-as3525.c
index 1ebe008822..4f356c349e 100644
--- a/firmware/target/arm/as3525/sd-as3525.c
+++ b/firmware/target/arm/as3525/sd-as3525.c
@@ -349,7 +349,7 @@ static int sd_init_card(const int drive)
349 /* CMD6 */ 349 /* CMD6 */
350 if(!send_cmd(drive, SD_SWITCH_FUNC, 0x80fffff1, MCI_NO_RESP, NULL)) 350 if(!send_cmd(drive, SD_SWITCH_FUNC, 0x80fffff1, MCI_NO_RESP, NULL))
351 return -7; 351 return -7;
352 mci_delay(); 352 sleep(HZ/10);
353 353
354 /* go back to STBY state so we can read csd */ 354 /* go back to STBY state so we can read csd */
355 /* CMD7 w/rca=0: Deselect card to put it in STBY state */ 355 /* CMD7 w/rca=0: Deselect card to put it in STBY state */