mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-12-31 04:39:49 +08:00
CHG: CHange the definition of MAX_GRAPH_TRACE_LEN to match eachother.
REM: removed a include header to graph.h in ui.h.
This commit is contained in:
parent
dfc5ee8893
commit
1abd86f17a
2 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
|
|
|
@ -24,7 +24,6 @@
|
|||
#include "util.h"
|
||||
#include "cmdmain.h"
|
||||
#include "cmddata.h"
|
||||
#include "graph.h"
|
||||
|
||||
#ifndef M_PI
|
||||
#define M_PI 3.14159265358979323846264338327
|
||||
|
|
Loading…
Reference in a new issue