From 690a2b89e08779ee97095d7b85372769be6b2044 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Mon, 30 Mar 2020 15:16:11 +0200 Subject: [PATCH] textual --- armsrc/Standalone/lf_em4100emul.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/armsrc/Standalone/lf_em4100emul.c b/armsrc/Standalone/lf_em4100emul.c index f3939f923..7b38133bc 100644 --- a/armsrc/Standalone/lf_em4100emul.c +++ b/armsrc/Standalone/lf_em4100emul.c @@ -82,6 +82,8 @@ void LED_Slot(int i) { void RunMod() { StandAloneMode(); FpgaDownloadAndGo(FPGA_BITSTREAM_LF); + Dbprintf("[=] >> LF EM4100 simulator started <<"); + int selected = 0; //selected slot after start slots_count = sizeof(low) / sizeof(low[0]); bba = BigBuf_get_addr();