stricter warnings: Wredundant-decls

This commit is contained in:
Philippe Teuwen
2020-05-03 12:23:55 +02:00
parent 6221d28e43
commit 19be62f7e6
9 changed files with 11 additions and 39 deletions

View File

@@ -30,10 +30,7 @@ int GetNrzClock(const char *str, bool printAns);
int GetFskClock(const char *str, bool printAns);
bool fskClocks(uint8_t *fc1, uint8_t *fc2, uint8_t *rf1, int *firstClockEdge);
// Max graph trace len: 40000 (bigbuf) * 8 (at 1 bit per sample)
#ifndef MAX_GRAPH_TRACE_LEN
#define MAX_GRAPH_TRACE_LEN (40000 * 8 )
#endif
#define MAX_GRAPH_TRACE_LEN (40000 * 8)
#define GRAPH_SAVE 1
#define GRAPH_RESTORE 0