soc: nxp: mcxw: Update IRQ Size for MCXW to remove reserved IRQ
The FRDM_MCXW71 Platform has a reserved IRQ as its last IRQ, this test was using this IRQ to test an interrupt and would not fire. This change ensures the test does not use the reserved IRQ. Signed-off-by: Emilio Benavente <emilio.benavente@nxp.com>
This commit is contained in:
parent
9861a6a7c1
commit
c06ecf9a50
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
if SOC_SERIES_MCXW
|
||||
|
||||
config NUM_IRQS
|
||||
default 76
|
||||
default 75
|
||||
|
||||
config SYS_CLOCK_HW_CYCLES_PER_SEC
|
||||
default 96000000 if CORTEX_M_SYSTICK
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue