maybe fixed loading/unloading bug.

This commit is contained in:
marshmellow42 2017-04-14 09:53:36 -04:00
commit 1a3c006469
6 changed files with 91 additions and 37 deletions

View file

@ -45,6 +45,7 @@ extern uint8_t DemodBuffer[MAX_DEMOD_BUF_LEN];
extern size_t DemodBufferLen;
extern size_t g_DemodStartIdx;
extern bool showDemod;
extern uint8_t g_debugMode;
#ifdef __cplusplus
}