mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 04:45:24 +03:00
Whitespace and const correctness tidy
This commit is contained in:
parent
96bf7ea638
commit
147a16a66d
8 changed files with 12 additions and 12 deletions
|
@ -167,7 +167,7 @@ static void performInflightAccelerationCalibration(rollAndPitchTrims_t *rollAndP
|
|||
}
|
||||
}
|
||||
|
||||
static void applyAccelerationTrims(flightDynamicsTrims_t *accelerationTrims)
|
||||
static void applyAccelerationTrims(const flightDynamicsTrims_t *accelerationTrims)
|
||||
{
|
||||
accSmooth[X] -= accelerationTrims->raw[X];
|
||||
accSmooth[Y] -= accelerationTrims->raw[Y];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue