Skip to content
Snippets Groups Projects
Commit 6d44eeed authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

qhub_t node->node_num naming to more consistent with other objs

parent b91acb61
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
...@@ -160,7 +160,7 @@ struct.qhub_t={ ...@@ -160,7 +160,7 @@ struct.qhub_t={
time: {bytes:UINT16_T, type:"int"}, time: {bytes:UINT16_T, type:"int"},
freq: {bytes:UINT16_T, type:"int"}, freq: {bytes:UINT16_T, type:"int"},
days: {bytes:UCHAR, type:"int"}, days: {bytes:UCHAR, type:"int"},
node: {bytes:UINT16_T, type:"int"}, node_num: {bytes:UINT16_T, type:"int"},
call: {bytes:LEN_CMD+1, type:"str"}, call: {bytes:LEN_CMD+1, type:"str"},
pack: {bytes:LEN_CMD+1, type:"str"}, pack: {bytes:LEN_CMD+1, type:"str"},
unpack: {bytes:LEN_CMD+1, type:"str"}, unpack: {bytes:LEN_CMD+1, type:"str"},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment