mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-07 07:23:53 +00:00
Merge branch 'master' into fix/FastData
This commit is contained in:
commit
03efef08d8
247 changed files with 6676 additions and 13583 deletions
|
|
@ -22,6 +22,8 @@
|
|||
#include "CRC.h"
|
||||
#include "Log.h"
|
||||
|
||||
#if defined(USE_DSTAR)
|
||||
|
||||
#include <cstdio>
|
||||
#include <cassert>
|
||||
#include <cstring>
|
||||
|
|
@ -246,3 +248,6 @@ bool CDStarSlowData::isComplete() const
|
|||
{
|
||||
return m_complete;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue