forked from len0rd/rockbox
as3525: reverting I2C2 to non-interrupts version
Interrupts version is cause of freeze on USB extraction. Also non-interrupts version much simpler and faster. Change-Id: I30a2993cdcaa85abfba77ca06bfacd5b6b4353e2
This commit is contained in:
parent
ce90c0481a
commit
c7daef36c5
4 changed files with 126 additions and 402 deletions
|
|
@ -137,7 +137,6 @@ static const struct { int source; void (*isr) (void); } vec_int_srcs[] =
|
|||
{ INT_SRC_USB, INT_USB_FUNC, },
|
||||
{ INT_SRC_TIMER1, INT_TIMER1 },
|
||||
{ INT_SRC_TIMER2, INT_TIMER2 },
|
||||
{ INT_SRC_I2C_AUDIO, INT_I2C_AUDIO },
|
||||
{ INT_SRC_AUDIO, INT_AUDIO },
|
||||
/* Lowest priority at the end of the list */
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue