mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-04-05 14:37:02 +00:00
Make m_dcd global variable and save extra function
This commit is contained in:
parent
e3f35e0875
commit
230fab308c
6 changed files with 6 additions and 10 deletions
|
|
@ -180,7 +180,7 @@ void CSerialPort::getStatus()
|
|||
else
|
||||
reply[10U] = 0U;
|
||||
|
||||
if (io.getDecode())
|
||||
if (m_dcd)
|
||||
reply[11U] = 1U;
|
||||
else
|
||||
reply[11U] = 0U;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue