mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-20 13:23:25 -07:00
cancel blocking ISO15693 operations or standalone mode whenever USB packets appear
This commit is contained in:
parent
a9b59a1b07
commit
2e69d17693
2 changed files with 37 additions and 11 deletions
|
@ -797,6 +797,11 @@ void StandAloneMode15() {
|
|||
}
|
||||
|
||||
while(!done) {
|
||||
if(usb_poll_validate_length()) {
|
||||
done = true;
|
||||
continue;
|
||||
}
|
||||
|
||||
SpinDelay(50);
|
||||
usb_poll();
|
||||
WDT_HIT();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue