From 1774d4d885bd6abab5096b1ea4f57e06caed501f Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 21 Jan 2003 19:15:12 +0000 Subject: define the CPU frequency in the config-*.h file git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3142 a1c6a512-1295-4272-9138-f99709370657 --- firmware/config-fmrecorder.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'firmware/config-fmrecorder.h') diff --git a/firmware/config-fmrecorder.h b/firmware/config-fmrecorder.h index ed3454ff7e..3fdb27dfb9 100644 --- a/firmware/config-fmrecorder.h +++ b/firmware/config-fmrecorder.h @@ -21,3 +21,6 @@ /* Define this if you have a FM Recorder key system */ #define HAVE_FMADC 1 + +/* Define this to the CPU frequency */ +#define CPU_FREQ 11059200 -- cgit v1.2.3