mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 02:27:26 -07:00
iso15sim: fix compile issue: remove unused variable
This commit is contained in:
parent
9611b411da
commit
40069f6fd1
1 changed files with 0 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue