summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2008-05-08 10:10:09 +0000
committerMichael Sevakis <jethead71@rockbox.org>2008-05-08 10:10:09 +0000
commite616092fd566e9d0455727ef32a2879f15ac80da (patch)
tree55a9f90775344cacefcfe0e25a60fb017872f37b
parente574efa8f758f0fc86b1f6bf2f92c4b6041b2096 (diff)
downloadrockbox-e616092fd566e9d0455727ef32a2879f15ac80da.tar.gz
rockbox-e616092fd566e9d0455727ef32a2879f15ac80da.zip
Gigabeat S: Might as well show the actual CPU frequency to avoid confusion.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17413 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/export/config-gigabeat-s.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config-gigabeat-s.h b/firmware/export/config-gigabeat-s.h
index e3883cf04b..e290952ce7 100644
--- a/firmware/export/config-gigabeat-s.h
+++ b/firmware/export/config-gigabeat-s.h
@@ -115,7 +115,7 @@
115 115
116/* Define this to the CPU frequency */ 116/* Define this to the CPU frequency */
117/* TODO */ 117/* TODO */
118#define CPU_FREQ 16934400 118#define CPU_FREQ 264000000 /* Set by retailOS loader */
119 119
120/* define this if the unit can be powered or charged via USB */ 120/* define this if the unit can be powered or charged via USB */
121//#define HAVE_USB_POWER /* Disable for now */ 121//#define HAVE_USB_POWER /* Disable for now */