mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-20 14:55:21 +03:00
IMU naming cleanup.
This commit is contained in:
parent
8b0a982931
commit
01b2ce0b36
8 changed files with 23 additions and 23 deletions
|
@ -630,7 +630,7 @@ void activateConfig(void)
|
|||
imuRuntimeConfig.acc_unarmedcal = currentProfile->acc_unarmedcal;;
|
||||
imuRuntimeConfig.small_angle = masterConfig.small_angle;
|
||||
|
||||
configureIMU(
|
||||
imuConfigure(
|
||||
&imuRuntimeConfig,
|
||||
¤tProfile->pidProfile,
|
||||
¤tProfile->accDeadband,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue