mirror of
https://github.com/g4klx/MMDVMHost
synced 2026-02-04 22:05:41 +08:00
Merge branch 'FM_Ext' into AX25_FM
This commit is contained in:
@@ -30,7 +30,7 @@ const unsigned int BUFFER_LENGTH = 500U;
|
||||
|
||||
|
||||
CAX25Network::CAX25Network(const std::string& port, unsigned int speed, bool debug) :
|
||||
m_serial(port, SERIAL_SPEED(speed), false), // XXX
|
||||
m_serial(port, speed, false),
|
||||
m_txData(NULL),
|
||||
m_rxData(NULL),
|
||||
m_rxLength(0U),
|
||||
|
||||
Reference in New Issue
Block a user