Skip to content

Commit 809e846

Browse files
lstnlnordicjm
authored andcommitted
[nrf fromtree] tests: kernel: interrupt: generic ISR offset definition for nrf54h20 VPRs
All VPRs in nrf54h20 can have same ISR offset configuration. (cherry picked from commit d7fd99e) Signed-off-by: Łukasz Stępnicki <[email protected]>
1 parent 82973b4 commit 809e846

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
@@ -63,7 +63,7 @@
6363

6464
#define IRQ0_PRIO 1
6565
#define IRQ1_PRIO 2
66-
#elif defined(CONFIG_SOC_NRF54H20_CPUPPR)
66+
#elif defined(CONFIG_SOC_SERIES_NRF54HX) && defined(CONFIG_RISCV_CORE_NORDIC_VPR)
6767
#define IRQ0_LINE 14
6868
#define IRQ1_LINE 15
6969

0 commit comments

Comments
 (0)