1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-19 14:25:20 +03:00
This commit is contained in:
borisbstyle 2016-07-17 01:22:42 +02:00
commit 4f19458347

View file

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