various bug fixes

This commit is contained in:
marshmellow42 2015-05-13 11:07:47 -04:00
commit 2b3af97df2
6 changed files with 19 additions and 15 deletions

View file

@ -70,7 +70,7 @@ int getSamples(const char *Cmd, bool silent);
#define MAX_DEMOD_BUF_LEN (1024*128)
extern uint8_t DemodBuffer[MAX_DEMOD_BUF_LEN];
extern int DemodBufferLen;
extern size_t DemodBufferLen;
extern uint8_t g_debugMode;
#define BIGBUF_SIZE 40000