Fix getStatus() reply length

This commit is contained in:
Andy CA6JAU 2018-06-18 14:47:13 -04:00
parent a2d0795482
commit d4dec3d76d

View file

@ -116,7 +116,7 @@ void CSerialPort::getStatus()
// Send all sorts of interesting internal values
reply[0U] = MMDVM_FRAME_START;
reply[1U] = 11U;
reply[1U] = 13U;
reply[2U] = MMDVM_GET_STATUS;
reply[3U] = 0x00U;