Skip to content

Commit

Permalink
VK_RZ_A1H: add mbed_get_a9_tick_irqn
Browse files Browse the repository at this point in the history
  • Loading branch information
0xc0170 authored and kjbracey committed Jun 18, 2019
1 parent 003c24c commit 407075f
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -191,5 +191,10 @@ uint32_t OS_Tick_GetOverflow (void)
return (IRQ_GetPending(OSTM_IRQn));
}

// Get Cortex-A9 OS Timer interrupt number
IRQn_ID_t mbed_get_a9_tick_irqn(){
return OSTM_IRQn;
}

#endif

0 comments on commit 407075f

Please sign in to comment.