Diff between 24d053c09cb797a35574055bfb4846aceabf98ca and f9c8327e5ed1b0d608a4d5b2905e5cb7337c0938

Changed Files

File Additions Deletions Status
tools/mesh/cfgcli.c +1 -1 modified

Full Patch

diff --git a/tools/mesh/cfgcli.c b/tools/mesh/cfgcli.c
index fb6fa66..8801070 100644
--- a/tools/mesh/cfgcli.c
+++ b/tools/mesh/cfgcli.c
@@ -66,7 +66,7 @@ static uint32_t rsp_timeout = DEFAULT_TIMEOUT;
 static uint16_t target = UNASSIGNED_ADDRESS;
 static uint32_t parms[8];
 
-static struct cfg_cmd cmds[] = {
+static const struct cfg_cmd cmds[] = {
 	{ OP_APPKEY_ADD, OP_APPKEY_STATUS, "AppKeyAdd" },
 	{ OP_APPKEY_DELETE, OP_APPKEY_STATUS, "AppKeyDelete" },
 	{ OP_APPKEY_GET, OP_APPKEY_LIST, "AppKeyGet" },