Make compiling D-Star conditional.

This commit is contained in:
Jonathan Naylor
2023-06-29 17:13:00 +01:00
parent 5a12f49a6e
commit 37420dc93c
20 changed files with 847 additions and 613 deletions

View File

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