ADD: @marshmellows fixes

This commit is contained in:
iceman1001 2015-05-13 20:16:18 +02:00
commit 224e8c1a4d
5 changed files with 19 additions and 17 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