]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/graph.c
Merge branch 'graphwork2' into graphwork
[proxmark3-svn] / client / graph.c
index a96425b91ce559e38d3d79b6e5a8a1d37c69a73a..cc0ec6fb20a95dc9c3d7d8693ec2651bc071d77b 100644 (file)
@@ -18,6 +18,9 @@
 
 int GraphBuffer[MAX_GRAPH_TRACE_LEN];
 int GraphTraceLen;
+
+int s_Buff[MAX_GRAPH_TRACE_LEN];
+
 /* write a manchester bit to the graph */
 void AppendGraph(int redraw, int clock, int bit)
 {
Impressum, Datenschutz