Try to fix r31346
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31347 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
8c19dcd598
commit
73627cef62
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue