tests: arch: arm_irq_vector_table: Update to run on MXRT685
Fix for Issue#35658. Update the custom vector table to add the OS Event timer interrupt which is used on RT685 as the kernel system timer Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
This commit is contained in:
parent
0ef77d4ea4
commit
c3567c6f33
2 changed files with 13 additions and 1 deletions
|
@ -24,7 +24,7 @@ static struct k_spinlock lock;
|
|||
static uint64_t last_count;
|
||||
static OSTIMER_Type *base;
|
||||
|
||||
static void mcux_lpc_ostick_isr(void *arg)
|
||||
void mcux_lpc_ostick_isr(void *arg)
|
||||
{
|
||||
ARG_UNUSED(arg);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue