diff options
Diffstat (limited to 'firmware/export/timer.h')
| -rw-r--r-- | firmware/export/timer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/timer.h b/firmware/export/timer.h index f4df8d5..21995ef 100644 --- a/firmware/export/timer.h +++ b/firmware/export/timer.h @@ -31,7 +31,7 @@ #define TIMER_FREQ (CPU_FREQ/2) #elif CONFIG_CPU == PNX0101 #define TIMER_FREQ 3000000 -#elif CONFIG_CPU == S3C2440 || CONFIG_CPU == DM320 +#elif CONFIG_CPU == S3C2440 || CONFIG_CPU == DM320 || CONFIG_CPU == TCC7801 #include "timer-target.h" #elif defined(SIMULATOR) #define TIMER_FREQ 1000000 |