mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-20 22:45:44 +08:00
Merge branch 'master' into AX25_FM
This commit is contained in:
@@ -103,7 +103,7 @@ void CCASTInfo::clearDMRInt(unsigned int slotNo)
|
||||
void CCASTInfo::writeFusionInt(const char* source, const char* dest, unsigned char dgid, const char* type, const char* origin)
|
||||
{
|
||||
if (m_modem != NULL)
|
||||
m_modem->writeYSFInfo(source, dest, type, origin);
|
||||
m_modem->writeYSFInfo(source, dest, dgid, type, origin);
|
||||
}
|
||||
|
||||
void CCASTInfo::clearFusionInt()
|
||||
|
||||
Reference in New Issue
Block a user