mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-02 21:54:10 +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) );
|
||||
}
|
||||
|
||||
if (BUTTON_PRESS) {
|
||||
if (BUTTON_PRESS()) {
|
||||
DbpString("button pressed, aborting..");
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue