mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07: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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue