mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-04 03:58:08 +08:00
old bug where a bool variable got increased
This commit is contained in:
parent
bafb2e1455
commit
9df1d1429c
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ void HfSnoop(int samplesToSkip, int triggersToSkip)
|
||||||
BigBuf_free(); BigBuf_Clear();
|
BigBuf_free(); BigBuf_Clear();
|
||||||
|
|
||||||
Dbprintf("Skipping first %d sample pairs, Skipping %d triggers.\n", samplesToSkip, triggersToSkip);
|
Dbprintf("Skipping first %d sample pairs, Skipping %d triggers.\n", samplesToSkip, triggersToSkip);
|
||||||
bool trigger_cnt;
|
int trigger_cnt;
|
||||||
|
|
||||||
LED_D_ON();
|
LED_D_ON();
|
||||||
// Select correct configs
|
// Select correct configs
|
||||||
|
|
Loading…
Reference in a new issue