Skip to content

Commit

Permalink
Fix getStatus() reply length
Browse files Browse the repository at this point in the history
  • Loading branch information
juribeparada committed Jun 18, 2018
1 parent a2d0795 commit d4dec3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SerialPort.cpp
Expand Up @@ -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;
Expand Down

0 comments on commit d4dec3d

Please sign in to comment.