diff options
Diffstat (limited to 'firmware/target')
-rw-r--r-- | firmware/target/arm/as3525/system-as3525.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/target/arm/as3525/system-as3525.c b/firmware/target/arm/as3525/system-as3525.c index c11c90f9f3..2cd9145567 100644 --- a/firmware/target/arm/as3525/system-as3525.c +++ b/firmware/target/arm/as3525/system-as3525.c | |||
@@ -594,6 +594,9 @@ void set_cpu_frequency(long frequency) | |||
594 | ascodec_write_pmu(0x17, 1, 0x80 | 22); | 594 | ascodec_write_pmu(0x17, 1, 0x80 | 22); |
595 | else | 595 | else |
596 | ascodec_write_pmu(0x17, 1, 0x80 | 26); | 596 | ascodec_write_pmu(0x17, 1, 0x80 | 26); |
597 | #elif defined(SANSA_FUZEV2) | ||
598 | /*Some FuzeV2 devices have trouble reading SD at low voltage*/ | ||
599 | ascodec_write_pmu(0x17, 1, 0x80 | 26); | ||
597 | #else | 600 | #else |
598 | ascodec_write_pmu(0x17, 1, 0x80 | 22); | 601 | ascodec_write_pmu(0x17, 1, 0x80 | 22); |
599 | #endif | 602 | #endif |