mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
fix: adapting for g_debug access..
This commit is contained in:
parent
69aa3bfeed
commit
dc22ba144c
4 changed files with 9 additions and 6 deletions
|
@ -33,7 +33,9 @@ void save_restoreGB(uint8_t saveOpt);
|
|||
bool HasGraphData();
|
||||
|
||||
// Max graph trace len: 40000 (bigbuf) * 8 (at 1 bit per sample)
|
||||
#ifndef MAX_GRAPH_TRACE_LEN
|
||||
#define MAX_GRAPH_TRACE_LEN (40000 * 8 )
|
||||
#endif
|
||||
#define GRAPH_SAVE 1
|
||||
#define GRAPH_RESTORE 0
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue