Merge pull request #776 from gaelj/BF_Fix_MSP_STATUS_EX_header_size

Fix wrong header size in MSP_STATUS_EX
This commit is contained in:
J Blackman 2016-07-17 09:21:57 +10:00 committed by GitHub
commit 17b2ffdb3f
1 changed files with 1 additions and 1 deletions

View File

@ -737,7 +737,7 @@ static bool processOutCommand(uint8_t cmdMSP)
break;
case MSP_STATUS_EX:
headSerialReply(12);
headSerialReply(13);
serialize16(cycleTime);
#ifdef USE_I2C
serialize16(i2cGetErrorCounter());