mirror of
https://github.com/espressif/openthread.git
synced 2026-08-13 22:27:47 +00:00
[nRF52840] add missing call to PlatformEventSignalPending in nRF52840 platform (#2348)
This commit is contained in:
committed by
Jonathan Hui
parent
4e060e4dd3
commit
a89eb88748
@@ -674,6 +674,8 @@ void nrf_drv_radio802154_received_raw(uint8_t *p_data, int8_t power, int8_t lqi)
|
||||
receivedFrame->mMsec = timestamp / US_PER_MS;
|
||||
receivedFrame->mUsec = timestamp - receivedFrame->mMsec * US_PER_MS;
|
||||
#endif
|
||||
|
||||
PlatformEventSignalPending();
|
||||
}
|
||||
|
||||
void nrf_drv_radio802154_receive_failed(nrf_drv_radio802154_rx_error_t error)
|
||||
|
||||
Reference in New Issue
Block a user