summaryrefslogtreecommitdiff
path: root/firmware/export/kernel.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/kernel.h')
-rw-r--r--firmware/export/kernel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/kernel.h b/firmware/export/kernel.h
index 32c052a34d..2474c6dcac 100644
--- a/firmware/export/kernel.h
+++ b/firmware/export/kernel.h
@@ -70,7 +70,7 @@ struct mutex
70}; 70};
71 71
72/* global tick variable */ 72/* global tick variable */
73#if ((CONFIG_CPU == PP5002) || (CONFIG_CPU == PP5020)) && defined(BOOTLOADER) 73#if defined(CPU_PP) && defined(BOOTLOADER)
74/* We don't enable interrupts in the iPod bootloader, so we need to fake 74/* We don't enable interrupts in the iPod bootloader, so we need to fake
75 the current_tick variable */ 75 the current_tick variable */
76#define current_tick (signed)(USEC_TIMER/10000) 76#define current_tick (signed)(USEC_TIMER/10000)