mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-08-21 14:36:21 +02:00
Make m_dcd global variable and save extra function
This commit is contained in:
+1
-1
@@ -180,7 +180,7 @@ void CSerialPort::getStatus()
|
||||
else
|
||||
reply[10U] = 0U;
|
||||
|
||||
if (io.getDecode())
|
||||
if (m_dcd)
|
||||
reply[11U] = 1U;
|
||||
else
|
||||
reply[11U] = 0U;
|
||||
|
||||
Reference in New Issue
Block a user