arm/nrf52: fix default number of IRQs
There is a total of 39 IRQs defined at nrf52/soc_irq.h. Change-Id: Id478fb15a07cfdecaa6cc136730d20017b8752c5 Signed-off-by: Ricardo Salveti <ricardo.salveti@linaro.org>
This commit is contained in:
parent
b71a8a4591
commit
b96cfc5191
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ config FLASH_SIZE
|
|||
|
||||
config NUM_IRQS
|
||||
int
|
||||
default 38
|
||||
default 39
|
||||
|
||||
endif # SOC_NRF52832
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue