chg: use bool instead

This commit is contained in:
iceman1001
2019-03-09 20:34:20 +01:00
parent 23f1a253a7
commit 9ebf3f4f6d
3 changed files with 20 additions and 18 deletions

View File

@@ -18,8 +18,8 @@
#include "lfdemod.h"
#include "cmddata.h" //for g_debugmode
void AppendGraph(int redraw, int clock, int bit);
int ClearGraph(int redraw);
void AppendGraph(bool redraw, int clock, int bit);
int ClearGraph(bool redraw);
size_t getFromGraphBuf(uint8_t *buff);
int GetAskClock(const char *str, bool printAns);
int GetPskClock(const char *str, bool printAns);