From 40069f6fd13bfe3e3b398622e39ebe6f6da58a8c Mon Sep 17 00:00:00 2001 From: Yann GASCUEL <34003959+lnv42@users.noreply.github.com> Date: Fri, 19 Jan 2024 15:03:32 +0100 Subject: [PATCH] iso15sim: fix compile issue: remove unused variable --- armsrc/iso15693.c | 1 - 1 file changed, 1 deletion(-) diff --git a/armsrc/iso15693.c b/armsrc/iso15693.c index 6a9b47b4d..ec029c3f6 100644 --- a/armsrc/iso15693.c +++ b/armsrc/iso15693.c @@ -2198,7 +2198,6 @@ void SimTagIso15693(uint8_t *uid, uint8_t block_size) { } // Listen to reader - uint32_t reader_sof_time = GetCountSspClk() & 0xfffffff8; uint32_t reader_eof_time = 0; int cmd_len = GetIso15693CommandFromReader(cmd, sizeof(cmd), &reader_eof_time); if (cmd_len < 0) {