mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-10 05:32:40 -05:00
tms320dm320: Correct a warning with newer toolchains
Change-Id: Ic9d745b9117ee50d82f4c71e07753bf71afc559e
This commit is contained in:
parent
8808c42d6d
commit
2f3b9ab68a
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ default_interrupt(RESERVED);
|
||||||
* change the offset for the interrupt in the entry table.
|
* change the offset for the interrupt in the entry table.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
static const unsigned short const irqpriority[] =
|
static const unsigned short irqpriority[] =
|
||||||
{
|
{
|
||||||
IRQ_TIMER0,IRQ_TIMER1,IRQ_TIMER2,IRQ_TIMER3,IRQ_CCD_VD0,IRQ_CCD_VD1,
|
IRQ_TIMER0,IRQ_TIMER1,IRQ_TIMER2,IRQ_TIMER3,IRQ_CCD_VD0,IRQ_CCD_VD1,
|
||||||
IRQ_CCD_WEN,IRQ_VENC,IRQ_SERIAL0,IRQ_SERIAL1,IRQ_EXT_HOST,IRQ_DSPHINT,
|
IRQ_CCD_WEN,IRQ_VENC,IRQ_SERIAL0,IRQ_SERIAL1,IRQ_EXT_HOST,IRQ_DSPHINT,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue