mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-05 07:36:14 +08:00
fix: BUTTON_PRESS needs...
This commit is contained in:
parent
1c5d040ceb
commit
e042ba5432
1 changed files with 1 additions and 1 deletions
|
@ -1057,7 +1057,7 @@ void BruteforceIso15693Afi(uint32_t speed) {
|
||||||
Dbprintf("AFI = %i UID = %s", i, sprintUID(NULL, buf + 2) );
|
Dbprintf("AFI = %i UID = %s", i, sprintUID(NULL, buf + 2) );
|
||||||
}
|
}
|
||||||
|
|
||||||
if (BUTTON_PRESS) {
|
if (BUTTON_PRESS()) {
|
||||||
DbpString("button pressed, aborting..");
|
DbpString("button pressed, aborting..");
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue