mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-20 14:55:21 +03:00
Renaming angleInclination_t to rollAndPitchInclination. renamed angle
to inclination.
This commit is contained in:
parent
a4b16f461c
commit
d352c68c9b
7 changed files with 29 additions and 29 deletions
|
@ -521,7 +521,7 @@ static void evaluateCommand(void)
|
|||
case MSP_ATTITUDE:
|
||||
headSerialReply(6);
|
||||
for (i = 0; i < 2; i++)
|
||||
serialize16(angle.raw[i]);
|
||||
serialize16(inclination.rawAngles[i]);
|
||||
serialize16(heading);
|
||||
break;
|
||||
case MSP_ALTITUDE:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue