[nrf52840] fix the k802154Sync timer (#3181)

It may cause the issue that the timestamp provided by nrf_802154_received_timestamp_raw()
is not consistent with otPlatAlarmMicroGetNow().
This commit is contained in:
Shu Chen
2018-10-18 11:15:31 +02:00
committed by Jonathan Hui
parent de1a3e6e32
commit 71d4ad3e77
+1 -1
View File
@@ -124,7 +124,7 @@ static const AlarmChannelData sChannelData[kNumTimers] = //
.mChannelNumber = 3,
.mCompareEventMask = RTC_EVTEN_COMPARE3_Msk,
.mCompareEvent = NRF_RTC_EVENT_COMPARE_3,
.mCompareInt = NRF_RTC_INT_COMPARE2_MASK,
.mCompareInt = NRF_RTC_INT_COMPARE3_MASK,
}};
static inline bool MutexGet(void)