Skip to content

Commit

Permalink
Fix compile issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
g4klx committed Feb 12, 2019
1 parent 72fe137 commit 0dd446e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion YSFControl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,7 @@ bool CYSFControl::processDNData(bool valid, unsigned char *data)

if (m_duplex) {
// 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.setDev(m_lowDeviation);
fich.encode(buffer + 2U);
Expand Down

0 comments on commit 0dd446e

Please sign in to comment.