summaryrefslogtreecommitdiff
path: root/firmware/system.c
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2006-01-31 09:40:21 +0000
committerDave Chapman <dave@dchapman.com>2006-01-31 09:40:21 +0000
commit1446b210eb928607eb257c63d2c100fc15650d17 (patch)
tree6de3a58fa3ff397084fc4ea6e5af8015e7574378 /firmware/system.c
parent8cd8a950d2c32c096a6517a717fd01899786531f (diff)
downloadrockbox-1446b210eb928607eb257c63d2c100fc15650d17.tar.gz
rockbox-1446b210eb928607eb257c63d2c100fc15650d17.zip
Oops - fix red iPod bootloader build
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8501 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/system.c')
-rw-r--r--firmware/system.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/system.c b/firmware/system.c
index 1ef5fda290..bfd97104a1 100644
--- a/firmware/system.c
+++ b/firmware/system.c
@@ -1136,12 +1136,12 @@ void UIE(unsigned int pc, unsigned int num)
1136 1136
1137#if CONFIG_CPU==PP5020 1137#if CONFIG_CPU==PP5020
1138 1138
1139unsigned int ipod_hw_rev;
1140
1139#ifndef BOOTLOADER 1141#ifndef BOOTLOADER
1140extern void TIMER1(void); 1142extern void TIMER1(void);
1141extern void ipod_4g_button_int(void); 1143extern void ipod_4g_button_int(void);
1142 1144
1143unsigned int ipod_hw_rev;
1144
1145void irq(void) 1145void irq(void)
1146{ 1146{
1147 if (CPU_INT_STAT & TIMER1_MASK) 1147 if (CPU_INT_STAT & TIMER1_MASK)