mirror of https://github.com/ARMmbed/mbed-os.git
Fixed RTC1_IRQHandler linking problem.
parent
50ce4fd59c
commit
900acc6562
|
@ -217,3 +217,5 @@ void us_ticker_clear_interrupt(void)
|
|||
{
|
||||
nrf_rtc_event_clear(COMMON_RTC_INSTANCE, US_TICKER_EVENT);
|
||||
}
|
||||
|
||||
#include "os_tick.inc"
|
||||
|
|
Loading…
Reference in New Issue