Merge pull request #37 from phl0/fixLength

Fix length of reported parameters
This commit is contained in:
Jonathan Naylor 2016-11-17 09:18:22 +00:00 committed by GitHub
commit 5d5bdab228
1 changed files with 1 additions and 1 deletions

View File

@ -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;