Fix wrong positions of the status bits.

This commit is contained in:
Jonathan Naylor
2016-09-13 06:24:06 +01:00
parent 34e0d10343
commit 30467a749c
4 changed files with 12 additions and 8 deletions

View File

@@ -308,7 +308,7 @@ void CModem::clock(unsigned int ms)
readStatus();
m_statusTimer.start();
#ifdef notdef
const unsigned char* dat = P25_DATA[m_nn];
if (m_nn == 0U) {
unsigned char data = 101U;
@@ -329,6 +329,7 @@ void CModem::clock(unsigned int ms)
}
m_nn++;
#endif
}
m_inactivityTimer.clock(ms);