1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-21 07:15:18 +03:00

Fix wrong header size in MSP_STATUS_EX

This commit is contained in:
gaelj 2016-07-17 01:04:03 +02:00
parent fc54e696a1
commit c16bf1400f

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