arm: IRQ number correction in the soc configuration
The previous file contained erroneous values of the number of IRQs in these socs. Change-Id: Ie7d2c19d86e247599f4924b95d9330175140d894 Signed-off-by: Gustavo Denardin <gustavo.denardin@gmail.com>
This commit is contained in:
parent
f475d2cde9
commit
5295191b28
2 changed files with 2 additions and 2 deletions
|
@ -19,6 +19,6 @@ config FLASH_SIZE
|
|||
|
||||
config NUM_IRQS
|
||||
int
|
||||
default 85
|
||||
default 82
|
||||
|
||||
endif # SOC_STM32F407XX
|
||||
|
|
|
@ -19,6 +19,6 @@ config FLASH_SIZE
|
|||
|
||||
config NUM_IRQS
|
||||
int
|
||||
default 85
|
||||
default 91
|
||||
|
||||
endif # SOC_STM32F429XX
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue