VK_RZ_A1H: add mbed_get_a9_tick_irqn

pull/10104/head
Martin Kojtal 2019-05-28 10:26:39 +01:00 committed by Kevin Bracey
parent 3f0a5281e0
commit c98b0d0b03
1 changed files with 5 additions and 0 deletions

View File

@ -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