mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-11-10 17:49:32 +08:00
chg: check buttonpress
This commit is contained in:
parent
ce981d9124
commit
a95f4b3745
1 changed files with 4 additions and 4 deletions
|
@ -1066,16 +1066,16 @@ int GetIso15693CommandFromReader(uint8_t *received, size_t max_len, uint32_t *eo
|
|||
samples++;
|
||||
}
|
||||
|
||||
if (gotFrame) {
|
||||
break;
|
||||
}
|
||||
|
||||
if (BUTTON_PRESS()) {
|
||||
DecodeReader.byteCount = -1;
|
||||
break;
|
||||
}
|
||||
|
||||
WDT_HIT();
|
||||
|
||||
if (gotFrame) {
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
FpgaDisableSscDma();
|
||||
|
|
Loading…
Reference in a new issue