iso15sim: fix compile issue: remove unused variable

This commit is contained in:
Yann GASCUEL 2024-01-19 15:03:32 +01:00
commit 40069f6fd1

View file

@ -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) {