mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-23 08:45:48 +08:00
Make compiling D-Star conditional.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user