summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/target/arm/as3525/sd-as3525v2.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/target/arm/as3525/sd-as3525v2.c b/firmware/target/arm/as3525/sd-as3525v2.c
index 0eb6943531..ead3dc2694 100644
--- a/firmware/target/arm/as3525/sd-as3525v2.c
+++ b/firmware/target/arm/as3525/sd-as3525v2.c
@@ -562,6 +562,8 @@ static int sd_init_card(const int drive)
562 562
563 card_info[drive].initialized = 1; 563 card_info[drive].initialized = 1;
564 564
565 MCI_CLKENA |= 1<<(drive + 16); /* Set low power mode */
566
565 return 0; 567 return 0;
566} 568}
567 569