Tweak the DMR return value.

This commit is contained in:
Jonathan Naylor 2017-03-13 08:28:38 +00:00 committed by GitHub
parent 8e23051a95
commit f2667cbd4f

View file

@ -147,7 +147,7 @@ bool CDMRSlot::writeModem(unsigned char *data, unsigned int len)
if (data[0U] == TAG_LOST && m_rfState == RS_RF_DATA) {
LogMessage("DMR Slot %u, RF data transmission lost", m_slotNo);
writeEndRF();
return true;
return false;
}
if (data[0U] == TAG_LOST) {