mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-11 14:44:43 +00:00
old bug where a bool variable got increased
This commit is contained in:
+1
-1
@@ -31,7 +31,7 @@ void HfSnoop(int samplesToSkip, int triggersToSkip)
|
||||
BigBuf_free(); BigBuf_Clear();
|
||||
|
||||
Dbprintf("Skipping first %d sample pairs, Skipping %d triggers.\n", samplesToSkip, triggersToSkip);
|
||||
bool trigger_cnt;
|
||||
int trigger_cnt;
|
||||
|
||||
LED_D_ON();
|
||||
// Select correct configs
|
||||
|
||||
Reference in New Issue
Block a user