mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 09:16:07 +03:00
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:
commit
17b2ffdb3f
1 changed files with 1 additions and 1 deletions
|
@ -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());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue