mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-24 00:35:34 +03:00
Optimised alignSensors function
This commit is contained in:
parent
2ae1480ccc
commit
036810bd46
5 changed files with 49 additions and 48 deletions
|
@ -203,7 +203,7 @@ void updateAccelerationReadings(void)
|
|||
|
||||
applyAccelerationZero(accZero, accGain);
|
||||
|
||||
alignSensors(accADC, accADC, accAlign);
|
||||
alignSensors(accADC, accAlign);
|
||||
}
|
||||
|
||||
void setAccelerationZero(flightDynamicsTrims_t * accZeroToUse)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue