mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
clarify BUTTON macro usages
This commit is contained in:
parent
3f71be870b
commit
4dac94c772
8 changed files with 23 additions and 29 deletions
|
@ -56,11 +56,6 @@ void RunMod(void) {
|
|||
int button_pressed = BUTTON_HELD(280);
|
||||
if (button_pressed != BUTTON_HOLD)
|
||||
continue;
|
||||
/*
|
||||
#define BUTTON_NO_CLICK 0
|
||||
#define BUTTON_SINGLE_CLICK -1
|
||||
#define BUTTON_DOUBLE_CLICK -2
|
||||
*/
|
||||
|
||||
if (state == STATE_READ) {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue