less global vars

This commit is contained in:
Philippe Teuwen
2020-06-01 20:45:37 +02:00
parent d234e2a8f5
commit 447105511a
12 changed files with 47 additions and 50 deletions

View File

@@ -19,7 +19,6 @@
int GraphBuffer[MAX_GRAPH_TRACE_LEN];
size_t GraphTraceLen;
int s_Buff[MAX_GRAPH_TRACE_LEN];
/* write a manchester bit to the graph
TODO, verfy that this doesn't overflow buffer (iceman)