summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/target/arm/as3525/system-as3525.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/arm/as3525/system-as3525.c b/firmware/target/arm/as3525/system-as3525.c
index 0ea0c8fba4..f170c0c3d9 100644
--- a/firmware/target/arm/as3525/system-as3525.c
+++ b/firmware/target/arm/as3525/system-as3525.c
@@ -520,7 +520,7 @@ void set_cpu_frequency(long frequency)
520 /* Set CVDD1 power supply */ 520 /* Set CVDD1 power supply */
521#ifdef HAVE_ADJUSTABLE_CPU_VOLTAGE 521#ifdef HAVE_ADJUSTABLE_CPU_VOLTAGE
522#if defined(SANSA_CLIPZIP) 522#if defined(SANSA_CLIPZIP)
523 ascodec_write_pmu(0x17, 1, 0x80 | 19); 523 ascodec_write_pmu(0x17, 1, 0x80 | 20);
524#elif defined(SANSA_CLIPPLUS) 524#elif defined(SANSA_CLIPPLUS)
525 if (amsv2_variant) 525 if (amsv2_variant)
526 ascodec_write_pmu(0x17, 1, 0x80 | 22); 526 ascodec_write_pmu(0x17, 1, 0x80 | 22);