From: iceman1001 Date: Sat, 17 Oct 2015 12:16:42 +0000 (+0200) Subject: FIX: @tony pointed out that there was a method name lost... its been reinstated :) X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/d8a3b6c11793d6b3c51fecc35d2549cccd168821 FIX: @tony pointed out that there was a method name lost... its been reinstated :) --- diff --git a/client/scripts/tnp3sim.lua b/client/scripts/tnp3sim.lua index 4325ea3f..b6821606 100644 --- a/client/scripts/tnp3sim.lua +++ b/client/scripts/tnp3sim.lua @@ -198,6 +198,8 @@ local function ValidateCheckSums(blocks) if crc == calc then isOk='Ok' else isOk = 'Error' end io.write( ('TYPE 3 area 2: %04x = %04x -- %s\n'):format(crc,calc,isOk)) +end +local function LoadEmulator(blocks) local cmd local blockdata for _,b in pairs(blocks) do