Skip to content

Commit

Permalink
Some small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wh201906 committed Nov 6, 2023
1 parent 6ac01e4 commit b0d145c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion armsrc/appmain.c
Original file line number Diff line number Diff line change
Expand Up @@ -2662,7 +2662,6 @@ static void PacketReceived(PacketCommandNG *packet) {
break;
}
case CMD_STATUS: {
Dbprintf("Packet Len:%d", packet->length);
if (packet->length == 4)
SendStatus(packet->data.asDwords[0]);
else
Expand Down
2 changes: 1 addition & 1 deletion client/src/cmdhw.c
Original file line number Diff line number Diff line change
Expand Up @@ -813,7 +813,7 @@ static int CmdStatus(const char *Cmd) {
CLIParserInit(&ctx, "hw status",
"Show runtime status information about the connected Proxmark3",
"hw status\n"
"hw status -t 1000 -> Test connection speed with 1000ms timeout\n"
"hw status -m 1000 -> Test connection speed with 1000ms timeout\n"
);

void *argtable[] = {
Expand Down

0 comments on commit b0d145c

Please sign in to comment.