Fixed RTC1_IRQHandler linking problem.

pull/2234/head
Głąbek, Andrzej 2016-07-22 12:39:09 +02:00
parent 50ce4fd59c
commit 900acc6562
2 changed files with 2 additions and 0 deletions

View File

@ -217,3 +217,5 @@ void us_ticker_clear_interrupt(void)
{
nrf_rtc_event_clear(COMMON_RTC_INSTANCE, US_TICKER_EVENT);
}
#include "os_tick.inc"