summaryrefslogtreecommitdiff
path: root/firmware/export/config/xduoox3.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config/xduoox3.h')
-rw-r--r--firmware/export/config/xduoox3.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/firmware/export/config/xduoox3.h b/firmware/export/config/xduoox3.h
index fa86caf511..7de8fa1510 100644
--- a/firmware/export/config/xduoox3.h
+++ b/firmware/export/config/xduoox3.h
@@ -160,13 +160,13 @@
160#define CONFIG_CPU JZ4760B 160#define CONFIG_CPU JZ4760B
161 161
162/* If we have adjustable frequency */ 162/* If we have adjustable frequency */
163#define CPUFREQ_MAX 576000000 // datasheet sez 600MHz max. Must be multiple of 48! 163#define CPUFREQ_MAX 480000000 // datasheet sez 600MHz max. Must be multiple of 48!
164#define CPUFREQ_MIN 192000000 164#define CPUFREQ_MIN 192000000
165#define CPUFREQ_NORMAL CPUFREQ_MIN 165#define CPUFREQ_NORMAL CPUFREQ_MIN
166 166
167#ifndef BOOTLOADER 167#ifndef BOOTLOADER
168#define HAVE_ADJUSTABLE_CPU_FREQ 168//#define HAVE_ADJUSTABLE_CPU_FREQ
169#define HAVE_GUI_BOOST 169//#define HAVE_GUI_BOOST
170#endif 170#endif
171 171
172#ifdef HAVE_ADJUSTABLE_CPU_FREQ 172#ifdef HAVE_ADJUSTABLE_CPU_FREQ