1. Index: firmware/target/arm/as3525/sd-as3525v2.c
  2. ===================================================================
  3. --- firmware/target/arm/as3525/sd-as3525v2.c (revision 29656)
  4. +++ firmware/target/arm/as3525/sd-as3525v2.c (working copy)
  5. @@ -617,7 +617,7 @@
  6. /* Set low power mode */
  7. #if defined(SANSA_FUZEV2) || defined(SANSA_CLIPPLUS)
  8. if (amsv2_variant == 1)
  9. - MCI_CLKENA |= 1<<16;
  10. + MCI_CLKENA |= 1<<(1 + 16);
  11. else
  12. #endif
  13. MCI_CLKENA |= 1<<(drive + 16);