mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 14:25:20 +03:00
Replaced gyroData with gyroADC as they both contain the same value
This commit is contained in:
parent
318592b063
commit
6448b4b3d7
16 changed files with 81 additions and 86 deletions
|
@ -833,7 +833,7 @@ static bool processOutCommand(uint8_t cmdMSP)
|
|||
serialize16(accSmooth[i]);
|
||||
}
|
||||
for (i = 0; i < 3; i++)
|
||||
serialize16(gyroData[i]);
|
||||
serialize16(gyroADC[i]);
|
||||
for (i = 0; i < 3; i++)
|
||||
serialize16(magADC[i]);
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue