diff options
Diffstat (limited to 'firmware/kernel.c')
| -rw-r--r-- | firmware/kernel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/kernel.c b/firmware/kernel.c index c5edaca..c931a1d 100644 --- a/firmware/kernel.c +++ b/firmware/kernel.c @@ -344,7 +344,7 @@ void tick_start(unsigned int interval_in_ms) IMR0 |= (1<<2); } -#elif (CONFIG_CPU == PP5002) || (CONFIG_CPU == PP5020) +#elif (CONFIG_CPU == PP5002) || (CONFIG_CPU == PP5020) || (CONFIG_CPU==PP5024) #ifndef BOOTLOADER void TIMER1(void) |