chg: unified download

This commit is contained in:
iceman1001 2018-05-02 19:51:10 +02:00
commit baf6beec2e
3 changed files with 6 additions and 6 deletions

View file

@ -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;