mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
clarify BUTTON macro usages
This commit is contained in:
parent
3f71be870b
commit
4dac94c772
8 changed files with 23 additions and 29 deletions
|
@ -35,7 +35,7 @@ void RunMod(void) {
|
|||
|
||||
Dbprintf("button %d", button_pressed);
|
||||
|
||||
if (button_pressed)
|
||||
if (button_pressed != BUTTON_NO_CLICK)
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue