Fix compile issue.

This commit is contained in:
Jonathan Naylor 2019-02-12 20:45:03 +00:00
parent 72fe13780f
commit 0dd446eb29

View file

@ -664,7 +664,7 @@ bool CYSFControl::processDNData(bool valid, unsigned char *data)
if (m_duplex) { if (m_duplex) {
// Add the DG-ID information. // Add the DG-ID information.
fich.setDGId(m_diIdEnabled ? m_dgIdValue : 0U); fich.setDGId(m_dgIdEnabled ? m_dgIdValue : 0U);
fich.setMR(m_remoteGateway ? YSF_MR_NOT_BUSY : YSF_MR_BUSY); fich.setMR(m_remoteGateway ? YSF_MR_NOT_BUSY : YSF_MR_BUSY);
fich.setDev(m_lowDeviation); fich.setDev(m_lowDeviation);
fich.encode(buffer + 2U); fich.encode(buffer + 2U);