mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-21 15:25:36 +03:00
Merge branch 'master' of https://github.com/borisbstyle/betaflight
This commit is contained in:
commit
4f19458347
1 changed files with 1 additions and 1 deletions
|
@ -669,7 +669,7 @@ static bool processOutCommand(uint8_t cmdMSP)
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case MSP_STATUS_EX:
|
case MSP_STATUS_EX:
|
||||||
headSerialReply(12);
|
headSerialReply(13);
|
||||||
serialize16(cycleTime);
|
serialize16(cycleTime);
|
||||||
#ifdef USE_I2C
|
#ifdef USE_I2C
|
||||||
serialize16(i2cGetErrorCounter());
|
serialize16(i2cGetErrorCounter());
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue