diff options
author | Amaury Pouly <amaury.pouly@gmail.com> | 2014-03-08 18:49:58 +0100 |
---|---|---|
committer | Amaury Pouly <amaury.pouly@gmail.com> | 2014-03-08 18:51:54 +0100 |
commit | 88799b38cf40baf544739fd48684a3641a9f941c (patch) | |
tree | fa1f01afdb1c8dd549ca5b2d428c041c27eddc4e /firmware/export/config/creativezenxfi.h | |
parent | 9637f4486b92cf70455aa4971ec7472aa4c1152d (diff) |
zen(xfi): enable frequency scaling
With the lcd underflow code at work, it results in small flicker when
switching frequency but it should be fine because it doesn't happen very
often and I don't think there is a way to avoid it without disabling EMI
frequency scaling.
Change-Id: I458732d52bbf27cda2510c3836539db1fb24ea15
Diffstat (limited to 'firmware/export/config/creativezenxfi.h')
-rw-r--r-- | firmware/export/config/creativezenxfi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config/creativezenxfi.h b/firmware/export/config/creativezenxfi.h index 6128d68aa0..ac8bbdb841 100644 --- a/firmware/export/config/creativezenxfi.h +++ b/firmware/export/config/creativezenxfi.h @@ -193,7 +193,7 @@ #define HAVE_BOOTLOADER_USB_MODE /* Define this if you have adjustable CPU frequency */ -//#define HAVE_ADJUSTABLE_CPU_FREQ +#define HAVE_ADJUSTABLE_CPU_FREQ #define BOOTFILE_EXT "creative" #define BOOTFILE "rockbox." BOOTFILE_EXT |