Advertisement
Guest User

Untitled

a guest
Mar 28th, 2011
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  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);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement