Add RSSI reporting for DMR only.

This commit is contained in:
Jonathan Naylor
2016-08-08 21:26:18 +01:00
parent a60c4bf6f9
commit 059b960959
16 changed files with 105 additions and 37 deletions

View File

@@ -104,7 +104,7 @@ CDStarControl::~CDStarControl()
delete[] m_lastFrame;
}
bool CDStarControl::writeModem(unsigned char *data)
bool CDStarControl::writeModem(unsigned char *data, unsigned int len)
{
assert(data != NULL);