Fix getStatus length.

This commit is contained in:
Jonathan Naylor 2018-06-18 19:18:47 +01:00
parent ead9747f95
commit 895bed1f70
1 changed files with 1 additions and 1 deletions

View File

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