mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
chg: unified download
This commit is contained in:
parent
baf6beec2e
commit
6f7d0dffdc
4 changed files with 5 additions and 5 deletions
|
@ -1782,7 +1782,7 @@ int CmdHF14AMfUDump(const char *Cmd){
|
|||
bufferSize = sizeof(data);
|
||||
}
|
||||
|
||||
if ( !GetFromBigBuf(data, bufferSize, startindex, NULL, 2500, false) ) {
|
||||
if ( !GetFromDevice(BIG_BUF, data, bufferSize, startindex, NULL, 2500, false) ) {
|
||||
PrintAndLogEx(WARNING, "command execution time out");
|
||||
return 1;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue