Diff between c42fd5bd6be940848b8c2104197fd549b5eeb7ff and 3f10f9d3da16db8d9ac274289539739587496395

Changed Files

File Additions Deletions Status
mesh/mesh-io-api.h +1 -1 modified

Full Patch

diff --git a/mesh/mesh-io-api.h b/mesh/mesh-io-api.h
index f69fcee..acf1244 100644
--- a/mesh/mesh-io-api.h
+++ b/mesh/mesh-io-api.h
@@ -31,7 +31,7 @@ typedef bool (*mesh_io_deregister_t)(struct mesh_io *io, uint8_t filter_id);
 typedef bool (*mesh_io_filter_set_t)(struct mesh_io *io,
 			uint8_t filter_id, const uint8_t *data, uint8_t len,
 			mesh_io_status_func_t callback, void *user_data);
-typedef bool (*mesh_io_tx_cancel_t)(struct mesh_io *io, uint8_t *pattern,
+typedef bool (*mesh_io_tx_cancel_t)(struct mesh_io *io, const uint8_t *pattern,
 								uint8_t len);
 
 struct mesh_io_api {