mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 13:23:51 -07:00
fix CID #405232
This commit is contained in:
parent
060f452530
commit
8f20eed914
7 changed files with 770 additions and 769 deletions
|
@ -1265,7 +1265,8 @@ int CmdEM4x05Info(const char *Cmd) {
|
||||||
|
|
||||||
// read word 1 (serial #) doesn't need pwd
|
// read word 1 (serial #) doesn't need pwd
|
||||||
// continue if failed, .. non blocking fail.
|
// continue if failed, .. non blocking fail.
|
||||||
em4x05_read_word_ext(EM_SERIAL_BLOCK, 0, false, &serial);
|
int res = em4x05_read_word_ext(EM_SERIAL_BLOCK, 0, false, &serial);
|
||||||
|
(void)res;
|
||||||
|
|
||||||
printEM4x05info(block0, serial);
|
printEM4x05info(block0, serial);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue