mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
lf simulate - less checks
This commit is contained in:
parent
e425fba4aa
commit
f70a49e894
1 changed files with 2 additions and 2 deletions
|
@ -874,8 +874,8 @@ void SimulateTagLowFrequencyEx(int period, int gap, bool ledcontrol, int numcycl
|
|||
//wait until SSC_CLK goes LOW
|
||||
while (AT91C_BASE_PIOA->PIO_PDSR & GPIO_SSC_CLK) {
|
||||
WDT_HIT();
|
||||
if (check == 1000) {
|
||||
if (data_available() || BUTTON_PRESS())
|
||||
if (check == 2000) {
|
||||
if (BUTTON_PRESS() || data_available())
|
||||
goto OUT;
|
||||
check = 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue