mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 21:22:39 -05:00
AS3525: Get rid of duplicate 'const' in a single definition
(Another GCC9-produced warning) Change-Id: I9fd1ec692faded8afc52d7f3e522bc7198366dc5
This commit is contained in:
parent
6cb0bc3468
commit
38211e627d
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ void INT_GPIOA(void);
|
|||
default_interrupt(INT_GPIOB);
|
||||
default_interrupt(INT_GPIOC);
|
||||
|
||||
static const char const irqname[][9] =
|
||||
static const char irqname[][9] =
|
||||
{
|
||||
"WATCHDOG", "TIMER1", "TIMER2", "USB", "DMAC", "NAND",
|
||||
"IDE", "MCI0", "MCI1", "AUDIO", "SSP", "I2C_MS",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue