1
0
Fork 0
forked from len0rd/rockbox

define the CPU frequency in the config-*.h file

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3142 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2003-01-21 19:15:12 +00:00
parent d853887a57
commit 1774d4d885
4 changed files with 10 additions and 5 deletions

View file

@ -23,11 +23,7 @@
#include "sh7034.h"
#include "config.h"
#ifdef ARCHOS_RECORDER
# define FREQ 11059200
#else
# define FREQ 12000000 /* cycle time ~83.3ns */
#endif
#define FREQ CPU_FREQ
#define BAUDRATE 9600
#ifndef NULL