diff options
| -rw-r--r-- | firmware/export/config/creativezenxfi2.h | 2 | ||||
| -rw-r--r-- | firmware/export/config/creativezenxfi3.h | 2 | ||||
| -rw-r--r-- | firmware/export/config/sansafuzeplus.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/firmware/export/config/creativezenxfi2.h b/firmware/export/config/creativezenxfi2.h index 95bc6ba..04b3b24 100644 --- a/firmware/export/config/creativezenxfi2.h +++ b/firmware/export/config/creativezenxfi2.h @@ -190,7 +190,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 diff --git a/firmware/export/config/creativezenxfi3.h b/firmware/export/config/creativezenxfi3.h index 84bdc36..bcc5955 100644 --- a/firmware/export/config/creativezenxfi3.h +++ b/firmware/export/config/creativezenxfi3.h @@ -196,7 +196,7 @@ #define MAX_LOG_SECTOR_SIZE 2048 /* 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 diff --git a/firmware/export/config/sansafuzeplus.h b/firmware/export/config/sansafuzeplus.h index 5f325cf..02a0360 100644 --- a/firmware/export/config/sansafuzeplus.h +++ b/firmware/export/config/sansafuzeplus.h @@ -192,7 +192,7 @@ #define MAX_LOG_SECTOR_SIZE 2048 /* Define this if you have adjustable CPU frequency */ -//#define HAVE_ADJUSTABLE_CPU_FREQ +#define HAVE_ADJUSTABLE_CPU_FREQ /* Virtual LED (icon) */ #define CONFIG_LED LED_VIRTUAL |