summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/target/arm/as3525/ata_sd_as3525.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/target/arm/as3525/ata_sd_as3525.c b/firmware/target/arm/as3525/ata_sd_as3525.c
index d59777a57d..472e0fe09a 100644
--- a/firmware/target/arm/as3525/ata_sd_as3525.c
+++ b/firmware/target/arm/as3525/ata_sd_as3525.c
@@ -333,6 +333,7 @@ static int sd_init_card(const int drive)
333 /* CMD7 w/rca=0: Deselect card to put it in STBY state */ 333 /* CMD7 w/rca=0: Deselect card to put it in STBY state */
334 if(!send_cmd(drive, SD_DESELECT_CARD, 0, MCI_ARG, NULL)) 334 if(!send_cmd(drive, SD_DESELECT_CARD, 0, MCI_ARG, NULL))
335 return -8; 335 return -8;
336 mci_delay();
336 } 337 }
337#endif /* HAVE_MULTIDRIVE */ 338#endif /* HAVE_MULTIDRIVE */
338 339