mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-05 14:35:31 +00:00
Add destination call lookup to display output as well
This commit is contained in:
parent
8cd2784529
commit
5b144203d9
9 changed files with 22 additions and 22 deletions
|
|
@ -51,7 +51,7 @@ void CNullDisplay::clearDStar()
|
|||
{
|
||||
}
|
||||
|
||||
void CNullDisplay::writeDMR(unsigned int slotNo, const char* src, bool group, unsigned int dstId, const char* type)
|
||||
void CNullDisplay::writeDMR(unsigned int slotNo, const char* src, bool group, const char* dst, const char* type)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue