tests/kernel/context: Fix TICK_IRQ define for RV32M1 lptmr_timer
We missed converting DT_OPENISA_RV32M1_LPTMR_SYSTEM_LPTMR_IRQ to DT_OPENISA_RV32M1_LPTMR_SYSTEM_LPTMR_IRQ_0. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
35dc96399c
commit
2910b5eac1
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@
|
|||
#elif defined(CONFIG_LITEX_TIMER)
|
||||
#define TICK_IRQ DT_LITEX_TIMER0_E0002800_IRQ_0
|
||||
#elif defined(CONFIG_RV32M1_LPTMR_TIMER)
|
||||
#define TICK_IRQ DT_OPENISA_RV32M1_LPTMR_SYSTEM_LPTMR_IRQ
|
||||
#define TICK_IRQ DT_OPENISA_RV32M1_LPTMR_SYSTEM_LPTMR_IRQ_0
|
||||
#elif defined(CONFIG_CPU_CORTEX_M)
|
||||
/*
|
||||
* The Cortex-M use the SYSTICK exception for the system timer, which is
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue