From d129486c0ff24228dc2b526a3c4d48bde8705be5 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Wed, 27 Oct 2004 06:50:54 +0000 Subject: Let's start with the basic oscillator frequency git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5365 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-h100.h | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.3