mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
forgot
This commit is contained in:
parent
fa96a6ef80
commit
2479b54eb9
1 changed files with 1 additions and 1 deletions
|
@ -1121,7 +1121,7 @@ static int l_em4x05_read(lua_State *L) {
|
||||||
PrintAndLogEx(DEBUG, " Pwd %08X", password);
|
PrintAndLogEx(DEBUG, " Pwd %08X", password);
|
||||||
|
|
||||||
uint32_t word = 0;
|
uint32_t word = 0;
|
||||||
int res = EM4x05ReadWord_ext(addr, password, use_pwd, &word);
|
int res = em4x05_read_word_ext(addr, password, use_pwd, &word);
|
||||||
if (res != PM3_SUCCESS) {
|
if (res != PM3_SUCCESS) {
|
||||||
return returnToLuaWithError(L, "Failed to read EM4x05 data");
|
return returnToLuaWithError(L, "Failed to read EM4x05 data");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue