1
0
Fork 0
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:
Dominic Clifton 2014-06-07 02:27:07 +01:00
parent 5f4a464f50
commit 2bbbf9937d
3 changed files with 4 additions and 1 deletions

View file

@ -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;