mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-04 22:17:38 +00:00
Merge remote-tracking branch 'upstream/master' into define_display_sizes
Conflicts: HD44780.cpp
This commit is contained in:
commit
a853a8cad0
10 changed files with 31 additions and 25 deletions
|
|
@ -160,7 +160,7 @@ void CHD44780::clearDStar()
|
|||
}
|
||||
}
|
||||
|
||||
void CHD44780::writeDMR(unsigned int slotNo, const char* src, bool group, unsigned int dstId, const char* type)
|
||||
void CHD44780::writeDMR(unsigned int slotNo, const char* src, bool group, const char* dst, const char* type)
|
||||
{
|
||||
assert(src != NULL);
|
||||
assert(type != NULL);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue