summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2004-10-27 06:50:54 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2004-10-27 06:50:54 +0000
commitd129486c0ff24228dc2b526a3c4d48bde8705be5 (patch)
treefefa9569a3d4ab67f9fd8c7543b1ead9f38dcce0 /firmware/export
parent58462ab101629624d6158d4db9102ba874629362 (diff)
downloadrockbox-d129486c0ff24228dc2b526a3c4d48bde8705be5.tar.gz
rockbox-d129486c0ff24228dc2b526a3c4d48bde8705be5.zip
Let's start with the basic oscillator frequency
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5365 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config-h100.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config-h100.h b/firmware/export/config-h100.h
index d7931b20df..6c1487ec07 100644
--- a/firmware/export/config-h100.h
+++ b/firmware/export/config-h100.h
@@ -28,4 +28,7 @@
28/* Define this for LCD backlight available */ 28/* Define this for LCD backlight available */
29#define HAVE_BACKLIGHT 29#define HAVE_BACKLIGHT
30 30
31/* Define this to the CPU frequency */
32#define CPU_FREQ 11289600
33
31#endif 34#endif