summaryrefslogtreecommitdiff
path: root/firmware/export/timer.h
diff options
context:
space:
mode:
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 2fb7c6495f..f32a8a1790 100644
--- a/firmware/export/timer.h
+++ b/firmware/export/timer.h
@@ -26,7 +26,7 @@
26#ifndef SIMULATOR 26#ifndef SIMULATOR
27 27
28 28
29#if CONFIG_CPU == PP5020 || CONFIG_CPU == PP5002 29#if defined(CPU_PP)
30 /* Portalplayer chips use a microsecond timer. */ 30 /* Portalplayer chips use a microsecond timer. */
31 #define TIMER_FREQ 1000000 31 #define TIMER_FREQ 1000000
32#elif defined(CPU_COLDFIRE) 32#elif defined(CPU_COLDFIRE)