mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-15 04:15:38 +03:00
Merge pull request #7390 from iNavFlight/dzikuvx-fix-ff-logging
Fix FF logging
This commit is contained in:
commit
e11e01c98c
1 changed files with 2 additions and 1 deletions
|
@ -983,7 +983,8 @@ static void writeInterframe(void)
|
|||
}
|
||||
}
|
||||
|
||||
blackboxWriteSignedVBArray(blackboxCurrent->axisPID_F, XYZ_AXIS_COUNT);
|
||||
arraySubInt32(deltas, blackboxCurrent->axisPID_F, blackboxLast->axisPID_F, XYZ_AXIS_COUNT);
|
||||
blackboxWriteSignedVBArray(deltas, XYZ_AXIS_COUNT);
|
||||
|
||||
if (testBlackboxCondition(CONDITION(FIXED_WING_NAV))) {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue