initialize global variables.
This commit is contained in:
parent
dd57061c11
commit
b362de6262
@ -26,8 +26,8 @@
|
||||
#include "crc16.h"
|
||||
|
||||
uint8_t DemodBuffer[MAX_DEMOD_BUF_LEN];
|
||||
uint8_t g_debugMode;
|
||||
size_t DemodBufferLen;
|
||||
uint8_t g_debugMode=0;
|
||||
size_t DemodBufferLen=0;
|
||||
static int CmdHelp(const char *Cmd);
|
||||
|
||||
//set the demod buffer with given array of binary (one bit per byte)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user