mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-07-16 10:03:04 -07:00
fix a number of strx usages
This commit is contained in:
parent
cb5cd18ff2
commit
7a5786b9e4
23 changed files with 95 additions and 95 deletions
|
@ -1450,7 +1450,7 @@ static int CmdHF15Raw(const char *Cmd) {
|
|||
arg_lit0("c", "crc", "calculate and append CRC"),
|
||||
arg_lit0("k", NULL, "keep signal field ON after receive"),
|
||||
arg_lit0("r", NULL, "do not read response"),
|
||||
arg_strx1("d", "data", "<hex>", "raw bytes to send"),
|
||||
arg_str1("d", "data", "<hex>", "raw bytes to send"),
|
||||
arg_param_end
|
||||
};
|
||||
CLIExecWithReturn(ctx, Cmd, argtable, false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue