Skip to content

Commit b01cdcb

Browse files
committed
Modify typo of return value at mbed_get_a9_tick_irqn().
1 parent 48038e4 commit b01cdcb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ uint32_t OS_Tick_GetOverflow (void)
194194

195195
// Get Cortex-A9 OS Timer interrupt number
196196
IRQn_ID_t mbed_get_a9_tick_irqn(){
197-
return OSTMI0TINT_IRQn;
197+
return OSTM_IRQn;
198198
}
199199
#endif
200200

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ uint32_t OS_Tick_GetOverflow (void)
195195

196196
// Get Cortex-A9 OS Timer interrupt number
197197
IRQn_ID_t mbed_get_a9_tick_irqn(){
198-
return OSTMI0TINT_IRQn;
198+
return OSTM_IRQn;
199199
}
200200
#endif
201201

0 commit comments

Comments
 (0)