Update hfsnoop.c

Fix increment on bool variable (#294)  (thanks to @ikarus23)

c87c452120
This commit is contained in:
Iceman 2017-05-29 09:49:02 +02:00 committed by GitHub
parent d59026518e
commit 9f3d7bbe29

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