Split output from nrz raw demod function

missed this one last time
This commit is contained in:
marshmellow42 2015-02-21 18:37:15 -05:00
commit b4a2fcf676
2 changed files with 31 additions and 25 deletions

View file

@ -63,6 +63,7 @@ int ASKmanDemod(const char *Cmd, bool verbose, bool emSearch);
int ASKrawDemod(const char *Cmd, bool verbose);
int FSKrawDemod(const char *Cmd, bool verbose);
int PSKDemod(const char *Cmd, bool verbose);
int NRZrawDemod(const char *Cmd, bool verbose);
#define MAX_DEMOD_BUF_LEN (1024*128)
extern uint8_t DemodBuffer[MAX_DEMOD_BUF_LEN];