summaryrefslogtreecommitdiff
path: root/firmware/panic.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/panic.c')
-rw-r--r--firmware/panic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/panic.c b/firmware/panic.c
index 736d4bbf24..aaac9ba87b 100644
--- a/firmware/panic.c
+++ b/firmware/panic.c
@@ -102,7 +102,7 @@ void panicf( const char *fmt, ...)
102 /* try to restart firmware if ON is pressed */ 102 /* try to restart firmware if ON is pressed */
103#ifdef IRIVER_H100_SERIES 103#ifdef IRIVER_H100_SERIES
104 if ((GPIO1_READ & 0x22) == 0) /* check for ON button and !hold */ 104 if ((GPIO1_READ & 0x22) == 0) /* check for ON button and !hold */
105#elif IRIVER_H300_SERIES 105#elif defined(IRIVER_H300_SERIES)
106 if ((GPIO1_READ & 0x22) == 0) /* check for ON button and !hold */ 106 if ((GPIO1_READ & 0x22) == 0) /* check for ON button and !hold */
107#elif CONFIG_CPU == SH7034 107#elif CONFIG_CPU == SH7034
108#if CONFIG_KEYPAD == PLAYER_PAD 108#if CONFIG_KEYPAD == PLAYER_PAD