chg: adaptations for global debug var to be accessible

This commit is contained in:
iceman1001 2018-02-21 14:59:06 +01:00
commit 180e3d4df9
4 changed files with 5 additions and 5 deletions

View file

@ -93,8 +93,9 @@ int CmdDataIIR(const char *Cmd);
#define BIGBUF_SIZE 40000
extern uint8_t DemodBuffer[MAX_DEMOD_BUF_LEN];
extern size_t DemodBufferLen;
extern int g_DemodStartIdx;
extern int g_DemodClock;
extern size_t g_DemodStartIdx;
extern uint8_t g_debugMode;
#endif