old bug where a bool variable got increased
This commit is contained in:
iceman1001 2017-05-28 16:44:46 +02:00
parent bafb2e1455
commit 9df1d1429c

View file

@ -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