mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-05 22:45:31 +00:00
Fix wrong positions of the status bits.
This commit is contained in:
parent
34e0d10343
commit
30467a749c
4 changed files with 12 additions and 8 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue