nrf52_rtc.c: fix checkint function

This commit is contained in:
Matias N
2020-08-22 17:15:04 -03:00
committed by Mateusz Szafoni
parent 31057ec81b
commit 13695ca1e1
+1 -1
View File
@@ -570,7 +570,7 @@ static int nrf52_rtc_checkint(FAR struct nrf52_rtc_dev_s *dev, uint8_t s)
case NRF52_RTC_EVT_COMPARE1:
{
ret = nrf52_rtc_getreg(dev, NRF52_RTC_EVENTS_COMPARE_OFFSET(0));
ret = nrf52_rtc_getreg(dev, NRF52_RTC_EVENTS_COMPARE_OFFSET(1));
break;
}