diff options
| author | Michael Sevakis <jethead71@rockbox.org> | 2008-05-08 10:10:09 +0000 |
|---|---|---|
| committer | Michael Sevakis <jethead71@rockbox.org> | 2008-05-08 10:10:09 +0000 |
| commit | e616092fd566e9d0455727ef32a2879f15ac80da (patch) | |
| tree | 55a9f90775344cacefcfe0e25a60fb017872f37b | |
| parent | e574efa8f758f0fc86b1f6bf2f92c4b6041b2096 (diff) | |
| download | rockbox-e616092fd566e9d0455727ef32a2879f15ac80da.zip rockbox-e616092fd566e9d0455727ef32a2879f15ac80da.tar.gz rockbox-e616092fd566e9d0455727ef32a2879f15ac80da.tar.bz2 rockbox-e616092fd566e9d0455727ef32a2879f15ac80da.tar.xz | |
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.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config-gigabeat-s.h b/firmware/export/config-gigabeat-s.h index e3883cf..e290952 100644 --- a/firmware/export/config-gigabeat-s.h +++ b/firmware/export/config-gigabeat-s.h @@ -115,7 +115,7 @@ /* Define this to the CPU frequency */ /* TODO */ -#define CPU_FREQ 16934400 +#define CPU_FREQ 264000000 /* Set by retailOS loader */ /* define this if the unit can be powered or charged via USB */ //#define HAVE_USB_POWER /* Disable for now */ |