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:
@@ -1650,6 +1650,8 @@ bool CMMDVMHost::createModem()
|
||||
unsigned int txDelay = m_conf.getModemTXDelay();
|
||||
#if defined(USE_DMR)
|
||||
unsigned int dmrDelay = m_conf.getModemDMRDelay();
|
||||
#else
|
||||
unsigned int dmrDelay = 0U;
|
||||
#endif
|
||||
float rxLevel = m_conf.getModemRXLevel();
|
||||
float cwIdTXLevel = m_conf.getModemCWIdTXLevel();
|
||||
|
||||
Reference in New Issue
Block a user