Skip to content

Commit

Permalink
[nRF52840] add missing call to PlatformEventSignalPending in nRF52840…
Browse files Browse the repository at this point in the history
… platform (#2348)
  • Loading branch information
KaSroka authored and jwhui committed Nov 16, 2017
1 parent 4e060e4 commit a89eb88
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/platforms/nrf52840/radio.c
Expand Up @@ -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)
Expand Down

0 comments on commit a89eb88

Please sign in to comment.