Merge branch 'master' into fix/FastData

This commit is contained in:
Jonathan Naylor 2026-02-26 14:13:51 +00:00 committed by GitHub
commit 03efef08d8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
247 changed files with 6676 additions and 13583 deletions

View file

@ -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