Some more nasty bugs fixed in the lf t55xx manchester_decode method.

ADD: a little function to see if GraphBuffer is not used.
This commit is contained in:
iceman1001
2014-10-26 23:16:25 +01:00
parent db297e69e1
commit c6be64da09
7 changed files with 54 additions and 34 deletions

View File

@@ -15,9 +15,9 @@ void AppendGraph(int redraw, int clock, int bit);
int ClearGraph(int redraw);
int DetectClock(int peak);
int GetClock(const char *str, int peak, int verbose);
bool HasGraphData();
#define MAX_GRAPH_TRACE_LEN (1024*128)
extern int GraphBuffer[MAX_GRAPH_TRACE_LEN];
extern int GraphTraceLen;
#endif