Skip to content

Commit 900acc6

Browse files
committed
Fixed RTC1_IRQHandler linking problem.
1 parent 50ce4fd commit 900acc6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

hal/targets/hal/TARGET_NORDIC/TARGET_NRF5/us_ticker.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,3 +217,5 @@ void us_ticker_clear_interrupt(void)
217217
{
218218
nrf_rtc_event_clear(COMMON_RTC_INSTANCE, US_TICKER_EVENT);
219219
}
220+
221+
#include "os_tick.inc"

0 commit comments

Comments
 (0)