mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-21 23:27:09 +08:00
Clean up the I2C code.
This commit is contained in:
@@ -94,8 +94,6 @@ const unsigned int BUFFER_LENGTH = 2000U;
|
||||
|
||||
CModem::CModem(const std::string& port, const std::string& protocol, unsigned int address, bool duplex, bool rxInvert, bool txInvert, bool pttInvert, unsigned int txDelay, unsigned int dmrDelay, bool trace, bool debug) :
|
||||
m_port(port),
|
||||
m_protocol(protocol),
|
||||
m_address(address),
|
||||
m_dmrColorCode(0U),
|
||||
m_ysfLoDev(false),
|
||||
m_ysfTXHang(4U),
|
||||
|
||||
Reference in New Issue
Block a user