clear timer handle for struct ble_npl_callout during deinitializtion

This commit is contained in:
wangmengyang
2021-11-19 07:53:04 +08:00
parent b94e9095a0
commit a4f3ace1e7
@@ -381,6 +381,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