]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/graph.c
fix compile errors in newer environment
[proxmark3-svn] / client / graph.c
index 94d6054fe7500653d0b47da3379030dbb4efe612..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)
 {
@@ -76,6 +79,8 @@ size_t getFromGraphBuf(uint8_t *buff)
   }
   return i;
 }
+
+
 // Get or auto-detect clock rate
 int GetClock(const char *str, int peak, int verbose)
 {
@@ -157,4 +162,4 @@ int GetNRZpskClock(const char *str, int peak, int verbose)
                }
        }
        return clock;
-}
\ No newline at end of file
+}
Impressum, Datenschutz