mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-23 00:35:53 +08:00
Fix compilation bugs.
This commit is contained in:
10
Conf.h
10
Conf.h
@@ -470,11 +470,6 @@ private:
|
||||
bool m_pocsagEnabled;
|
||||
unsigned int m_pocsagFrequency;
|
||||
|
||||
bool m_ax25Enabled;
|
||||
int m_ax25RXTwist;
|
||||
int m_ax25TXTwist;
|
||||
bool m_ax25Trace;
|
||||
|
||||
bool m_fmEnabled;
|
||||
std::string m_fmCallsign;
|
||||
unsigned int m_fmCallsignSpeed;
|
||||
@@ -509,6 +504,11 @@ private:
|
||||
unsigned int m_fmExtAudioBoost;
|
||||
unsigned int m_fmModeHang;
|
||||
|
||||
bool m_ax25Enabled;
|
||||
int m_ax25RXTwist;
|
||||
int m_ax25TXTwist;
|
||||
bool m_ax25Trace;
|
||||
|
||||
bool m_dstarNetworkEnabled;
|
||||
std::string m_dstarGatewayAddress;
|
||||
unsigned int m_dstarGatewayPort;
|
||||
|
||||
Reference in New Issue
Block a user