mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-08 09:10:06 +08:00
cppcheck
This commit is contained in:
parent
4eb5907637
commit
608d38c4b5
1 changed files with 2 additions and 0 deletions
|
@ -409,6 +409,8 @@ bool WaitForFelicaReply(uint16_t maxbytes) {
|
|||
|
||||
// clear RXRDY:
|
||||
uint8_t b = (uint8_t)AT91C_BASE_SSC->SSC_RHR;
|
||||
(void)b;
|
||||
|
||||
uint32_t timeout = iso18092_get_timeout();
|
||||
|
||||
for (;;) {
|
||||
|
|
Loading…
Reference in a new issue