mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-05 14:35:31 +00:00
Clean up the I2C code.
This commit is contained in:
parent
d16a06db07
commit
03682b000a
6 changed files with 111 additions and 112 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue