Skip to content

Commit

Permalink
[nrf52840] handle NRF_802154_RX_ERROR_ABORTED error (openthread#2805)
Browse files Browse the repository at this point in the history
  • Loading branch information
LuDuda authored and jwhui committed Jun 18, 2018
1 parent 3e0f0b2 commit 7c7c179
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/platforms/nrf52840/radio.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 7c7c179

Please sign in to comment.