Display and log the DG-ID in the Fusion mode.

This commit is contained in:
Jonathan Naylor
2020-08-09 15:09:08 +01:00
parent b0d828123b
commit f070410f7e
19 changed files with 68 additions and 66 deletions

View File

@@ -271,7 +271,7 @@ void CTFTSurenoo::clearDMRInt(unsigned int slotNo)
}
}
void CTFTSurenoo::writeFusionInt(const char* source, const char* dest, const char* type, const char* origin)
void CTFTSurenoo::writeFusionInt(const char* source, const char* dest, unsigned char dgid, const char* type, const char* origin)
{
assert(source != NULL);
assert(dest != NULL);