NordicPlayground / nRF51-ble-bcast-mesh

Other
323 stars 121 forks source link

SOC event handler fails on irrelevant events #58

Closed trond-snekvik closed 8 years ago

trond-snekvik commented 8 years ago

In timeslot.c, the ts_sd_event_handler() does APP_ERROR_CHECK(NRF_ERROR_INVALID_STATE); on unknown event types, while it should be ignoring them. Event types related to flash-access and similar will crash the framework, and it's a bit unnecessary.