mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-06 06:53:42 +00:00
Fix Windows build (few warnings and a wrong file descriptor comparison).
This commit is contained in:
parent
b26e8c3f2f
commit
14ee06fed0
2 changed files with 6 additions and 0 deletions
|
|
@ -1402,7 +1402,9 @@ bool CMMDVMHost::createModem()
|
|||
std::string uartPort = m_conf.getModemUARTPort();
|
||||
unsigned int uartSpeed = m_conf.getModemUARTSpeed();
|
||||
std::string i2cPort = m_conf.getModemI2CPort();
|
||||
#if defined(__linux__)
|
||||
unsigned int i2cAddress = m_conf.getModemI2CAddress();
|
||||
#endif
|
||||
std::string modemAddress = m_conf.getModemModemAddress();
|
||||
unsigned short modemPort = m_conf.getModemModemPort();
|
||||
std::string localAddress = m_conf.getModemLocalAddress();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue