clear timer handle for struct ble_npl_callout during deinitializtion

This commit is contained in:
wangmengyang
2022-04-19 15:27:17 +05:30
committed by Rahul Tank
parent ba05487ffd
commit cfa1e1eb17
@@ -380,6 +380,7 @@ npl_freertos_callout_deinit(struct ble_npl_callout *co)
xTimerDelete(co->handle, portMAX_DELAY);
}
#endif
memset(co, 0, sizeof(struct ble_npl_callout));
}
ble_npl_error_t