mirror of
https://github.com/espressif/openthread.git
synced 2026-08-12 05:37:46 +00:00
[nrf52840] handle NRF_802154_RX_ERROR_ABORTED error (#2805)
This commit is contained in:
committed by
Jonathan Hui
parent
3e0f0b25f4
commit
7c7c179a38
@@ -701,6 +701,7 @@ void nrf_802154_receive_failed(nrf_802154_rx_error_t error)
|
||||
|
||||
case NRF_802154_RX_ERROR_RUNTIME:
|
||||
case NRF_802154_RX_ERROR_TIMESLOT_ENDED:
|
||||
case NRF_802154_RX_ERROR_ABORTED:
|
||||
sReceiveError = OT_ERROR_FAILED;
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user