mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-07-16 10:03:04 -07:00
chg: unified download
This commit is contained in:
parent
6f7d0dffdc
commit
1d8d611737
3 changed files with 5 additions and 5 deletions
|
@ -79,7 +79,7 @@ static int l_GetFromBigBuf(lua_State *L){
|
|||
return 2; // two return values
|
||||
}
|
||||
|
||||
if ( !GetFromBigBuf(data, len, startindex, NULL, 2500, false)) {
|
||||
if ( !GetFromDevice(BIG_BUF, data, len, startindex, NULL, 2500, false)) {
|
||||
free(data);
|
||||
lua_pushnil(L);
|
||||
lua_pushstring(L,"command execution time out");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue