]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/graph.c
FIX: Another try to see if the "lf em4x 410xsim" becomes better, added the clock...
[proxmark3-svn] / client / graph.c
index 8974f4c32567bc30af8b9348f4395cb7bd52cc72..98dc80436db6f5660400d7d22d7a7f9fe5bf9a4b 100644 (file)
@@ -36,8 +36,10 @@ void AppendGraph(int redraw, int clock, int bit)
 int ClearGraph(int redraw)
 {
   int gtl = GraphTraceLen;
-  GraphTraceLen = 0;
+  memset(GraphBuffer, 0x00, GraphTraceLen);
 
+  GraphTraceLen = 0;
   if (redraw)
     RepaintGraphWindow();
 
Impressum, Datenschutz