mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
style
This commit is contained in:
parent
b3731c6003
commit
b98d518fd7
8 changed files with 13 additions and 13 deletions
|
@ -232,7 +232,7 @@ static void flash_mode(void) {
|
|||
}
|
||||
}
|
||||
|
||||
if (g_common_area.flags.button_pressed && !BUTTON_PRESS()) {
|
||||
if (g_common_area.flags.button_pressed && BUTTON_PRESS() == false) {
|
||||
g_common_area.flags.button_pressed = 0;
|
||||
}
|
||||
if (!g_common_area.flags.button_pressed && BUTTON_PRESS()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue