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

@ -20,6 +20,9 @@
#define DStarSlowData_H
#include "DStarHeader.h"
#include "Defines.h"
#if defined(USE_DSTAR)
class CDStarSlowData {
public:
@ -61,3 +64,6 @@ private:
};
#endif
#endif