mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-07 07:23:53 +00:00
Make compiling D-Star conditional.
This commit is contained in:
parent
5a12f49a6e
commit
37420dc93c
20 changed files with 847 additions and 613 deletions
|
|
@ -22,6 +22,8 @@
|
|||
#include "CRC.h"
|
||||
#include "Log.h"
|
||||
|
||||
#if defined(USE_DSTAR)
|
||||
|
||||
#include <cstdio>
|
||||
#include <cassert>
|
||||
#include <cstring>
|
||||
|
|
@ -233,3 +235,6 @@ void CDStarSlowData::getSlowData(unsigned char* data)
|
|||
data[2U] = 'f' ^ DSTAR_SCRAMBLER_BYTES[2U];
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue