Skip to content

Commit d7fd99e

Browse files
lstnldkalowsk
authored andcommitted
tests: kernel: interrupt: generic ISR offset definition for nrf54h20 VPRs
All VPRs in nrf54h20 can have same ISR offset configuration. Signed-off-by: Łukasz Stępnicki <lukasz.stepnicki@nordicsemi.no>
1 parent 88898b4 commit d7fd99e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/kernel/interrupt/src/nested_irq.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666

6767
#define IRQ0_PRIO 1
6868
#define IRQ1_PRIO 2
69-
#elif defined(CONFIG_SOC_NRF54H20_CPUPPR)
69+
#elif defined(CONFIG_SOC_SERIES_NRF54HX) && defined(CONFIG_RISCV_CORE_NORDIC_VPR)
7070
#define IRQ0_LINE 14
7171
#define IRQ1_LINE 15
7272

0 commit comments

Comments
 (0)