mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-21 15:25:29 +03:00
MSP: Fix MSP_STATUS_EX size
This commit is contained in:
parent
ad8d88d156
commit
60dc42360a
1 changed files with 1 additions and 1 deletions
|
@ -850,7 +850,7 @@ static bool processOutCommand(uint8_t cmdMSP)
|
|||
#endif
|
||||
|
||||
case MSP_STATUS_EX:
|
||||
headSerialReply(14);
|
||||
headSerialReply(13);
|
||||
serialize16(cycleTime);
|
||||
#ifdef USE_I2C
|
||||
serialize16(i2cGetErrorCounter());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue