mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-07-16 02:03:00 -07:00
fixing the crash on exit
This commit is contained in:
parent
a5eb7820a5
commit
5acd195d0f
7 changed files with 75 additions and 49 deletions
|
@ -19,7 +19,7 @@ void ShowGraphWindow(void);
|
|||
void HideGraphWindow(void);
|
||||
void RepaintGraphWindow(void);
|
||||
void MainGraphics(void);
|
||||
void InitGraphics(int argc, char **argv);
|
||||
void InitGraphics(int argc, char **argv, char *script_cmds_file, bool usb_present);
|
||||
void ExitGraphics(void);
|
||||
|
||||
#define MAX_GRAPH_TRACE_LEN (40000*8)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue