mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-19 21:03:23 -07:00
refactor gProxII demod... add 0 spacer to ...
... parity functions (remove, add) make MAX_GRAPH_TRACE_LEN match with client side
This commit is contained in:
parent
72c5877a74
commit
88e85bde41
3 changed files with 46 additions and 47 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