summaryrefslogtreecommitdiff
path: root/firmware/export/timer.h
diff options
context:
space:
mode:
authorKevin Ferrare <kevin@rockbox.org>2007-07-29 04:01:46 +0000
committerKevin Ferrare <kevin@rockbox.org>2007-07-29 04:01:46 +0000
commitf3114f3af261af00dc652a0ade2a099026ad3ce2 (patch)
treedfaf04611747fcdf5e03e17f332df7f8efe00321 /firmware/export/timer.h
parent81aac2a43074d7bf9e907309e29f88dc0c5dd2b8 (diff)
downloadrockbox-f3114f3af261af00dc652a0ade2a099026ad3ce2.zip
rockbox-f3114f3af261af00dc652a0ade2a099026ad3ce2.tar.gz
rockbox-f3114f3af261af00dc652a0ade2a099026ad3ce2.tar.bz2
rockbox-f3114f3af261af00dc652a0ade2a099026ad3ce2.tar.xz
How should I say ... oops ?
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14047 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/timer.h')
-rw-r--r--firmware/export/timer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/timer.h b/firmware/export/timer.h
index e9c652d..920419d 100644
--- a/firmware/export/timer.h
+++ b/firmware/export/timer.h
@@ -33,7 +33,7 @@
#define TIMER_FREQ 3000000
#elif CONFIG_CPU == S3C2440
#include "timer-target.h"
-#elif SIMULATOR
+#elif defined(SIMULATOR)
#define TIMER_FREQ 1000000
#else
#define TIMER_FREQ CPU_FREQ