Merge pull request #667 from timclassic/dstar-fast-data-again

Detect D-Star DV Fast Data on a per-frame basis
This commit is contained in:
Jonathan Naylor
2020-12-14 09:59:39 +00:00
committed by GitHub
7 changed files with 174 additions and 166 deletions

View File

@@ -670,7 +670,7 @@ int CMMDVMHost::run()
m_ump->setCD(cd);
}
unsigned char data[220U];
unsigned char data[MODEM_DATA_LEN];
unsigned int len;
bool ret;