mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
style
This commit is contained in:
parent
b98d518fd7
commit
a315254a88
1 changed files with 2 additions and 2 deletions
|
@ -1354,8 +1354,8 @@ void SimulateIso14443aTag(uint8_t tagType, uint8_t flags, uint8_t *data, uint8_t
|
||||||
|
|
||||||
// main loop
|
// main loop
|
||||||
bool finished = false;
|
bool finished = false;
|
||||||
bool button_pushed = BUTTON_PRESS();
|
while (finished == false) {
|
||||||
while (!button_pushed && !finished) {
|
// BUTTON_PRESS check done in GetIso14443aCommandFromReader
|
||||||
WDT_HIT();
|
WDT_HIT();
|
||||||
|
|
||||||
tag_response_info_t *p_response = NULL;
|
tag_response_info_t *p_response = NULL;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue