1
0
Fork 0
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:
Konstantin (DigitalEntity) Sharlaimov 2016-03-02 08:35:29 +02:00
parent ad8d88d156
commit 60dc42360a

View file

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