mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-04 07:11:10 +08:00
cppchecker fix
This commit is contained in:
parent
3c8cefd898
commit
c0f4abb8d4
1 changed files with 1 additions and 2 deletions
|
@ -1845,9 +1845,8 @@ void BruteforceIso15693Afi(uint32_t speed) {
|
|||
|
||||
int datalen = 5;
|
||||
uint32_t eof_time = 0;
|
||||
uint32_t start_time = GetCountSspClk();
|
||||
int recvlen = SendDataTag(data, datalen, true, speed, recv, sizeof(recv), 0, ISO15693_READER_TIMEOUT, &eof_time);
|
||||
start_time = eof_time + DELAY_ISO15693_VICC_TO_VCD_READER;
|
||||
uint32_t start_time = eof_time + DELAY_ISO15693_VICC_TO_VCD_READER;
|
||||
|
||||
WDT_HIT();
|
||||
|
||||
|
|
Loading…
Reference in a new issue