]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/graph.c
First stab at new graphing; dual buffers, immediate results
[proxmark3-svn] / client / graph.c
index 95050f558c169078e96a4d7aaad1a91e7419869b..94c655690981e472f9b43e2488221bc79e99901c 100644 (file)
@@ -18,6 +18,9 @@
 int GraphBuffer[MAX_GRAPH_TRACE_LEN];
 int GraphTraceLen;
 
+int s_Buff[MAX_GRAPH_TRACE_LEN];
+
+
 /* write a bit to the graph */
 void AppendGraph(int redraw, int clock, int bit)
 {
Impressum, Datenschutz