mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 14:25:20 +03:00
Decoupling imu from config - acc_unarmedcal.
This commit is contained in:
parent
5f4a464f50
commit
2bbbf9937d
3 changed files with 4 additions and 1 deletions
|
@ -23,6 +23,7 @@ extern int16_t throttleAngleCorrection;
|
|||
|
||||
typedef struct imuRuntimeConfig_s {
|
||||
uint8_t acc_lpf_factor;
|
||||
uint8_t acc_unarmedcal;
|
||||
float gyro_cmpf_factor;
|
||||
float gyro_cmpfm_factor;
|
||||
} imuRuntimeConfig_t;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue