drivers: timer: expose RTC1 ISR handler function

This commit exposes the RTC1 ISR handling function, so the
function can be directly used in tests which generate
customized vector tables manually and require a visible symbol
for the ISR function.

Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
This commit is contained in:
Ioannis Glaropoulos 2018-04-04 17:45:46 +02:00 committed by Anas Nashif
parent 9e4bbcc937
commit 8d2b22cd05

View File

@ -452,7 +452,7 @@ void _timer_idle_exit(void)
* this example. The ISR will then announce the number of sys ticks it was
* delayed (2), and schedule the next sys tick (5) at 500.
*/
static void rtc1_nrf5_isr(void *arg)
void rtc1_nrf5_isr(void *arg)
{
ARG_UNUSED(arg);