X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/9c0f13d5dd68761154694c71a8c4fba4f876ed2d..0d704c7f5e1ddcf2a4e18f9f5759e6779a30119a:/client/graph.c diff --git a/client/graph.c b/client/graph.c index 95050f55..94c65569 100644 --- a/client/graph.c +++ b/client/graph.c @@ -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) {