diff options
author | Rafaël Carré <rafael.carre@gmail.com> | 2010-05-10 13:26:55 +0000 |
---|---|---|
committer | Rafaël Carré <rafael.carre@gmail.com> | 2010-05-10 13:26:55 +0000 |
commit | d795d831816a512f4fa974ee6c94f4f1bd0f2a59 (patch) | |
tree | 6b965b637a3efa0eb78969f68c2b415c79ca9f7e /firmware/export/config/sansaclip.h | |
parent | fc330110c9ddacf54014788d9ab6373faf465333 (diff) | |
download | rockbox-d795d831816a512f4fa974ee6c94f4f1bd0f2a59.tar.gz rockbox-d795d831816a512f4fa974ee6c94f4f1bd0f2a59.zip |
as3525(v1) : correct CPU_FREQ
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25932 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config/sansaclip.h')
-rw-r--r-- | firmware/export/config/sansaclip.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config/sansaclip.h b/firmware/export/config/sansaclip.h index 63a387ba27..6cf7ec7c6f 100644 --- a/firmware/export/config/sansaclip.h +++ b/firmware/export/config/sansaclip.h | |||
@@ -159,7 +159,7 @@ | |||
159 | #define CURRENT_RECORD CURRENT_NORMAL | 159 | #define CURRENT_RECORD CURRENT_NORMAL |
160 | 160 | ||
161 | /* Define this to the CPU frequency */ | 161 | /* Define this to the CPU frequency */ |
162 | #define CPU_FREQ 250000000 | 162 | #define CPU_FREQ 248000000 |
163 | 163 | ||
164 | /* Type of LCD */ | 164 | /* Type of LCD */ |
165 | #define CONFIG_LCD LCD_SSD1303 | 165 | #define CONFIG_LCD LCD_SSD1303 |