summaryrefslogtreecommitdiff
path: root/firmware/target/arm/as3525/sd-as3525v2.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/as3525/sd-as3525v2.c')
-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 d42a086770..552d88d3bb 100644
--- a/firmware/target/arm/as3525/sd-as3525v2.c
+++ b/firmware/target/arm/as3525/sd-as3525v2.c
@@ -784,7 +784,7 @@ int sd_init(void)
784 784
785#ifndef SANSA_CLIPV2 785#ifndef SANSA_CLIPV2
786 /* Configure XPD for SD-MCI interface */ 786 /* Configure XPD for SD-MCI interface */
787 CCU_IO |= (1<<2); 787 bitset32(&CCU_IO, 1<<2);
788#endif 788#endif
789 789
790 VIC_INT_ENABLE = INTERRUPT_NAND; 790 VIC_INT_ENABLE = INTERRUPT_NAND;