forked from len0rd/rockbox
iPod mini 2G: Use iPod 4G button driver instead of special minin 1G code. Buttons working now, rockbox no longer hangs at boot.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9364 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
d3feb78e40
commit
dc8de7ea3d
2 changed files with 8 additions and 10 deletions
|
@ -1143,7 +1143,7 @@ unsigned int ipod_hw_rev;
|
|||
extern void TIMER1(void);
|
||||
extern void TIMER2(void);
|
||||
|
||||
#if defined(APPLE_IPODMINI)
|
||||
#if defined(IPOD_MINI) /* mini 1 only, mini 2G uses iPod 4G code */
|
||||
extern void ipod_mini_button_int(void);
|
||||
|
||||
void irq(void)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue