mirror of
https://github.com/espressif/openthread.git
synced 2026-08-11 13:17:48 +00:00
[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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user