summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-rw-r--r--firmware/target/arm/as3525/sd-as3525v2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/arm/as3525/sd-as3525v2.c b/firmware/target/arm/as3525/sd-as3525v2.c
index d04b5aed86..67ef7b34ef 100644
--- a/firmware/target/arm/as3525/sd-as3525v2.c
+++ b/firmware/target/arm/as3525/sd-as3525v2.c
@@ -617,7 +617,7 @@ static int sd_init_card(const int drive)
617 /* Set low power mode */ 617 /* Set low power mode */
618#if defined(SANSA_FUZEV2) || defined(SANSA_CLIPPLUS) 618#if defined(SANSA_FUZEV2) || defined(SANSA_CLIPPLUS)
619 if (amsv2_variant == 1) 619 if (amsv2_variant == 1)
620 MCI_CLKENA |= 1<<16; 620 MCI_CLKENA |= 1<<(1 + 16);
621 else 621 else
622#endif 622#endif
623 MCI_CLKENA |= 1<<(drive + 16); 623 MCI_CLKENA |= 1<<(drive + 16);