mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-23 00:35:53 +08:00
Fix argument name to new DMR info modem call.
This commit is contained in:
2
OLED.cpp
2
OLED.cpp
@@ -394,7 +394,7 @@ void COLED::writeDMRInt(unsigned int slotNo,const std::string& src,bool group,co
|
|||||||
m_display.display();
|
m_display.display();
|
||||||
|
|
||||||
if (m_modem != NULL)
|
if (m_modem != NULL)
|
||||||
m_modem->writeDMRInfo(slotNo, src, group, dest, type);
|
m_modem->writeDMRInfo(slotNo, src, group, dst, type);
|
||||||
}
|
}
|
||||||
|
|
||||||
void COLED::clearDMRInt(unsigned int slotNo)
|
void COLED::clearDMRInt(unsigned int slotNo)
|
||||||
|
|||||||
Reference in New Issue
Block a user