diff options
author | Linus Nielsen Feltzing <linus@haxx.se> | 2004-10-27 06:50:54 +0000 |
---|---|---|
committer | Linus Nielsen Feltzing <linus@haxx.se> | 2004-10-27 06:50:54 +0000 |
commit | d129486c0ff24228dc2b526a3c4d48bde8705be5 (patch) | |
tree | fefa9569a3d4ab67f9fd8c7543b1ead9f38dcce0 | |
parent | 58462ab101629624d6158d4db9102ba874629362 (diff) |
Let's start with the basic oscillator frequency
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5365 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r-- | firmware/export/config-h100.h | 3 |
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 @@ /* Define this for LCD backlight available */ #define HAVE_BACKLIGHT +/* Define this to the CPU frequency */ +#define CPU_FREQ 11289600 + #endif |