mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-24 09:35:40 +08:00
Make all of the rest of the code base be conditionally compiled.
This commit is contained in:
@@ -17,10 +17,11 @@
|
||||
*/
|
||||
|
||||
#include "DMRNetwork.h"
|
||||
|
||||
#include "Utils.h"
|
||||
#include "Log.h"
|
||||
|
||||
#if defined(USE_DMR)
|
||||
|
||||
#include <cstdio>
|
||||
#include <cassert>
|
||||
#include <cstring>
|
||||
@@ -444,3 +445,6 @@ bool CDMRNetwork::write(const unsigned char* data, unsigned int length)
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user