Try to fix r31346

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31347 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Bertrik Sikken 2011-12-17 20:34:27 +00:00
parent 8c19dcd598
commit 73627cef62

View file

@ -40,6 +40,7 @@ const struct gpio_event gpio1_events[] =
.sense = GPIO_SENSE_HIGH_LEVEL,
.callback = mc13783_event,
},
#ifndef BOOTLOADER
/* Generates a 5ms low pulse on the line - detect the falling edge */
[SI4700_STC_RDS_EVENT_ID] =
{
@ -47,4 +48,5 @@ const struct gpio_event gpio1_events[] =
.sense = GPIO_SENSE_FALLING,
.callback = si4700_stc_rds_event,
},
#endif
};