summaryrefslogtreecommitdiff
path: root/firmware/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/system.h')
-rw-r--r--firmware/system.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/firmware/system.h b/firmware/system.h
index 28c33d6c19..d5f1b4ba97 100644
--- a/firmware/system.h
+++ b/firmware/system.h
@@ -23,11 +23,7 @@
23#include "sh7034.h" 23#include "sh7034.h"
24#include "config.h" 24#include "config.h"
25 25
26#ifdef ARCHOS_RECORDER 26#define FREQ CPU_FREQ
27# define FREQ 11059200
28#else
29# define FREQ 12000000 /* cycle time ~83.3ns */
30#endif
31#define BAUDRATE 9600 27#define BAUDRATE 9600
32 28
33#ifndef NULL 29#ifndef NULL