mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-22 08:05:49 +08:00
Restore the branch
This commit is contained in:
@@ -19,9 +19,7 @@
|
||||
#include "NullModem.h"
|
||||
#include "Log.h"
|
||||
|
||||
CNullModem::CNullModem(const std::string& port, bool duplex, bool rxInvert, bool txInvert, bool pttInvert, unsigned int txDelay, unsigned int dmrDelay, bool useCOSAsLockout, bool trace, bool debug) :
|
||||
CModem(port, duplex,rxInvert, txInvert,pttInvert,txDelay, dmrDelay, useCOSAsLockout, trace, debug),
|
||||
m_hwType(HWT_MMDVM)
|
||||
CNullModem::CNullModem()
|
||||
{
|
||||
}
|
||||
|
||||
@@ -29,7 +27,9 @@ CNullModem::~CNullModem()
|
||||
{
|
||||
}
|
||||
|
||||
bool CNullModem::open(){
|
||||
bool CNullModem::open()
|
||||
{
|
||||
::LogMessage("Opening the MMDVM Null Modem");
|
||||
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user