]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
CHG: CHange the definition of MAX_GRAPH_TRACE_LEN to match eachother.
authoriceman1001 <iceman@iuse.se>
Thu, 18 Feb 2016 19:19:33 +0000 (20:19 +0100)
committericeman1001 <iceman@iuse.se>
Thu, 18 Feb 2016 19:19:33 +0000 (20:19 +0100)
REM:  removed a include header to graph.h in ui.h.

client/proxgui.h
client/ui.h

index 6fcf4d0a35dbe10fff3231f8c99f278bf4dc4f28..b169453071d65aabf8676ab89454ac19609b298f 100644 (file)
@@ -19,7 +19,7 @@ void MainGraphics(void);
 void InitGraphics(int argc, char **argv);
 void ExitGraphics(void);
 
-#define MAX_GRAPH_TRACE_LEN (1024*128)
+#define MAX_GRAPH_TRACE_LEN (40000 * 8)
 extern int GraphBuffer[MAX_GRAPH_TRACE_LEN];
 extern int GraphTraceLen;
 extern double CursorScaleFactor;
index 9603c84251479b2debce3b4bcf24675f18be5419..f2e949cdb60bafe2671fe7e990c7a594acc95cd3 100644 (file)
@@ -24,7 +24,6 @@
 #include "util.h"
 #include "cmdmain.h"
 #include "cmddata.h"
-#include "graph.h"
 
 #ifndef M_PI
 #define M_PI 3.14159265358979323846264338327
Impressum, Datenschutz