From 2479b54eb9d86a8603118ba4874b12cf66b34552 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Tue, 20 Oct 2020 22:22:21 +0200 Subject: [PATCH] forgot --- client/src/scripting.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/scripting.c b/client/src/scripting.c index 4c9e3686f..c1f457da8 100644 --- a/client/src/scripting.c +++ b/client/src/scripting.c @@ -1121,7 +1121,7 @@ static int l_em4x05_read(lua_State *L) { PrintAndLogEx(DEBUG, " Pwd %08X", password); 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) { return returnToLuaWithError(L, "Failed to read EM4x05 data"); }