summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/target/arm/imx31/gigabeat-s/gpio-gigabeat-s.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/target/arm/imx31/gigabeat-s/gpio-gigabeat-s.c b/firmware/target/arm/imx31/gigabeat-s/gpio-gigabeat-s.c
index e6bbb2345d..51446934aa 100644
--- a/firmware/target/arm/imx31/gigabeat-s/gpio-gigabeat-s.c
+++ b/firmware/target/arm/imx31/gigabeat-s/gpio-gigabeat-s.c
@@ -40,6 +40,7 @@ const struct gpio_event gpio1_events[] =
40 .sense = GPIO_SENSE_HIGH_LEVEL, 40 .sense = GPIO_SENSE_HIGH_LEVEL,
41 .callback = mc13783_event, 41 .callback = mc13783_event,
42 }, 42 },
43#ifndef BOOTLOADER
43 /* Generates a 5ms low pulse on the line - detect the falling edge */ 44 /* Generates a 5ms low pulse on the line - detect the falling edge */
44 [SI4700_STC_RDS_EVENT_ID] = 45 [SI4700_STC_RDS_EVENT_ID] =
45 { 46 {
@@ -47,4 +48,5 @@ const struct gpio_event gpio1_events[] =
47 .sense = GPIO_SENSE_FALLING, 48 .sense = GPIO_SENSE_FALLING,
48 .callback = si4700_stc_rds_event, 49 .callback = si4700_stc_rds_event,
49 }, 50 },
51#endif
50}; 52};