[nrf52840] handle NRF_802154_RX_ERROR_ABORTED error (#2805)

This commit is contained in:
Łukasz Duda
2018-06-18 11:24:11 -07:00
committed by Jonathan Hui
parent 3e0f0b25f4
commit 7c7c179a38
+1
View File
@@ -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;