projects
/
proxmark3-svn
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa8ff59
)
fix 'hf mf perso' result feedback (#920)
author
pwpiwi
<pwpiwi@users.noreply.github.com>
Mon, 16 Mar 2020 12:33:19 +0000
(13:33 +0100)
committer
GitHub
<noreply@github.com>
Mon, 16 Mar 2020 12:33:19 +0000
(13:33 +0100)
client/cmdhfmf.c
patch
|
blob
|
blame
|
history
diff --git
a/client/cmdhfmf.c
b/client/cmdhfmf.c
index d31b8264ce497cf28fedbad9ddb76c14acb8481b..91f73ca28abc85d582e05b0d1dbc848fb71bc4ac 100644
(file)
--- a/
client/cmdhfmf.c
+++ b/
client/cmdhfmf.c
@@
-3076,8
+3076,8
@@
int CmdHFMFPersonalize(const char *cmd) {
\r
UsbCommand resp;
\r
if (WaitForResponseTimeout(CMD_ACK, &resp, 1500)) {
\r
-
uint8_t isOK = resp.arg[0] & 0xff
;
\r
- PrintAndLog("Personalization %s", isOK ? "
FAILED" : "SUCCEED
ED");
\r
+
bool isOK = resp.arg[0]
;
\r
+ PrintAndLog("Personalization %s", isOK ? "
SUCCEEDED" : "FAIL
ED");
\r
} else {
\r
PrintAndLog("Command execute timeout");
\r
}
\r
Impressum
,
Datenschutz