Skip to content

Commit c98b0d0

Browse files
0xc0170kjbracey
authored andcommitted
VK_RZ_A1H: add mbed_get_a9_tick_irqn
1 parent 3f0a528 commit c98b0d0

File tree

1 file changed

+5
-0
lines changed
  • targets/TARGET_RENESAS/TARGET_RZ_A1XX/TARGET_VK_RZ_A1H/device

1 file changed

+5
-0
lines changed

targets/TARGET_RENESAS/TARGET_RZ_A1XX/TARGET_VK_RZ_A1H/device/os_tick_ostm.c

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,5 +191,10 @@ uint32_t OS_Tick_GetOverflow (void)
191191
return (IRQ_GetPending(OSTM_IRQn));
192192
}
193193

194+
// Get Cortex-A9 OS Timer interrupt number
195+
IRQn_ID_t mbed_get_a9_tick_irqn(){
196+
return OSTM_IRQn;
197+
}
198+
194199
#endif
195200

0 commit comments

Comments
 (0)