mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
fixed Appveyor complaint
This commit is contained in:
parent
d63d359c14
commit
b83cbe8212
1 changed files with 0 additions and 1 deletions
|
@ -238,7 +238,6 @@ int CmdEM4x50ESave(const char *Cmd) {
|
||||||
PrintAndLogEx(SUCCESS, "Reading emulator memory...");
|
PrintAndLogEx(SUCCESS, "Reading emulator memory...");
|
||||||
if (!GetFromDevice(BIG_BUF_EML, data, DUMP_FILESIZE, 0, NULL, 0, NULL, 2500, false)) {
|
if (!GetFromDevice(BIG_BUF_EML, data, DUMP_FILESIZE, 0, NULL, 0, NULL, 2500, false)) {
|
||||||
PrintAndLogEx(WARNING, "Fail, transfer from device time-out");
|
PrintAndLogEx(WARNING, "Fail, transfer from device time-out");
|
||||||
free(data);
|
|
||||||
return PM3_ETIMEOUT;
|
return PM3_ETIMEOUT;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue