diff options
Diffstat (limited to 'firmware/export/config/sansaclipv2.h')
-rw-r--r-- | firmware/export/config/sansaclipv2.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/config/sansaclipv2.h b/firmware/export/config/sansaclipv2.h index 20196dc72f..1736d6fe12 100644 --- a/firmware/export/config/sansaclipv2.h +++ b/firmware/export/config/sansaclipv2.h | |||
@@ -157,7 +157,7 @@ | |||
157 | #define ROM_START 0x00000000 | 157 | #define ROM_START 0x00000000 |
158 | 158 | ||
159 | /* Define this to the CPU frequency */ | 159 | /* Define this to the CPU frequency */ |
160 | #define CPU_FREQ 250000000 | 160 | #define CPU_FREQ 240000000 |
161 | 161 | ||
162 | /* Type of LCD */ | 162 | /* Type of LCD */ |
163 | #define CONFIG_LCD LCD_SSD1303 | 163 | #define CONFIG_LCD LCD_SSD1303 |
@@ -184,7 +184,7 @@ | |||
184 | #define CONFIG_LED LED_VIRTUAL | 184 | #define CONFIG_LED LED_VIRTUAL |
185 | 185 | ||
186 | /* Define this if you have adjustable CPU frequency */ | 186 | /* Define this if you have adjustable CPU frequency */ |
187 | //#define HAVE_ADJUSTABLE_CPU_FREQ | 187 | #define HAVE_ADJUSTABLE_CPU_FREQ |
188 | 188 | ||
189 | #define BOOTFILE_EXT "sansa" | 189 | #define BOOTFILE_EXT "sansa" |
190 | #define BOOTFILE "rockbox." BOOTFILE_EXT | 190 | #define BOOTFILE "rockbox." BOOTFILE_EXT |