mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-04 14:07:36 +00:00
The P25 destination is an integer.
This commit is contained in:
parent
e2ec5292b5
commit
7171af365d
12 changed files with 19 additions and 23 deletions
|
|
@ -155,10 +155,9 @@ void CDisplay::clearFusion()
|
|||
}
|
||||
}
|
||||
|
||||
void CDisplay::writeP25(const char* source, bool group, const char* dest, const char* type)
|
||||
void CDisplay::writeP25(const char* source, bool group, unsigned int dest, const char* type)
|
||||
{
|
||||
assert(source != NULL);
|
||||
assert(dest != NULL);
|
||||
assert(type != NULL);
|
||||
|
||||
m_timer1.start();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue