Skip to content
Snippets Groups Projects
Commit 05d64106 authored by rswindell's avatar rswindell
Browse files

Use 'key' rather than 'mnemonic' for file xfer protocol key (character) value.

parent b8ab738d
No related branches found
No related tags found
No related merge requests found
......@@ -308,7 +308,7 @@ struct.dlevent_t={
/* File Transfer Protocol (drivers) */
struct.prot_t={
mnemonic: {bytes:1, type:"str"},
key: {bytes:UCHAR, type:"str"},
name: {bytes:26, type:"str"},
ulcmd: {bytes:LEN_CMD+1, type:"str"},
dlcmd: {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