summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/BLE/BleManager.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/BLE/BleManager.c b/src/BLE/BleManager.c
index a6152eb4..8caf120a 100644
--- a/src/BLE/BleManager.c
+++ b/src/BLE/BleManager.c
@@ -552,7 +552,6 @@ void on_ans_c_evt(ble_ans_c_evt_t * p_evt)
NRF_LOG_INFO("[ANS] ANS : disconnecting from server");
m_new_alert_state = ALERT_NOTIFICATION_DISABLED;
m_unread_alert_state = ALERT_NOTIFICATION_DISABLED;
- APP_ERROR_CHECK(err_code);
break; // BLE_ANS_C_EVT_DISCONN_COMPLETE
default: