mirror of https://github.com/g4klx/MMDVM.git
Fix length of reported parameters
This commit is contained in:
parent
d13b6d8cf4
commit
4e9b5cef25
|
@ -116,7 +116,7 @@ void CSerialPort::getStatus()
|
||||||
|
|
||||||
// Send all sorts of interesting internal values
|
// Send all sorts of interesting internal values
|
||||||
reply[0U] = MMDVM_FRAME_START;
|
reply[0U] = MMDVM_FRAME_START;
|
||||||
reply[1U] = 10U;
|
reply[1U] = 11U;
|
||||||
reply[2U] = MMDVM_GET_STATUS;
|
reply[2U] = MMDVM_GET_STATUS;
|
||||||
|
|
||||||
reply[3U] = 0x00U;
|
reply[3U] = 0x00U;
|
||||||
|
|
Loading…
Reference in New Issue