mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
iso15sim: fix compile issue: remove unused variable
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user