mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
chg: 'hf 15 write' wrong helptext :)
This commit is contained in:
parent
a130b58c82
commit
6542633c0e
1 changed files with 1 additions and 1 deletions
|
@ -1082,7 +1082,7 @@ int CmdHF15Read(const char *Cmd) {
|
|||
int CmdHF15Write(const char *Cmd) {
|
||||
|
||||
char cmdp = param_getchar(Cmd, 0);
|
||||
if (strlen(Cmd)<3 || cmdp == 'h' || cmdp == 'H') return usage_15_read();
|
||||
if (strlen(Cmd)<3 || cmdp == 'h' || cmdp == 'H') return usage_15_write();
|
||||
|
||||
UsbCommand resp;
|
||||
uint8_t *recv;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue