mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-28 14:05:36 +08:00
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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user