fix: adapting for g_debug access..

This commit is contained in:
iceman1001 2018-02-21 14:52:31 +01:00
commit dc22ba144c
4 changed files with 9 additions and 6 deletions

View file

@ -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