mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
chg: unified download
This commit is contained in:
parent
295054c190
commit
baf6beec2e
3 changed files with 6 additions and 6 deletions
|
@ -391,7 +391,7 @@ int CmdHFFelicaDumpLite(const char *Cmd) {
|
|||
// only download data if there is any.
|
||||
if ( tracelen > 0 ) {
|
||||
|
||||
if ( !GetFromBigBuf(trace, tracelen, 0, NULL, 2500, false) ){
|
||||
if ( !GetFromDevice(BIG_BUF, trace, tracelen, 0, NULL, 2500, false) ){
|
||||
PrintAndLogEx(WARNING, "command execution time out");
|
||||
free(trace);
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue