1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-26 01:35:41 +03:00

Merge pull request #1687 from martinbudden/bf_accelerometer_to_structs

Moved masterConfig accelerometer items to struct. masterConfig tidy.
This commit is contained in:
Martin Budden 2016-11-29 22:24:19 +01:00 committed by GitHub
commit c0761eb619
9 changed files with 64 additions and 62 deletions

View file

@ -57,7 +57,6 @@ typedef struct throttleCorrectionConfig_s {
} throttleCorrectionConfig_t;
typedef struct imuRuntimeConfig_s {
uint8_t acc_cut_hz;
uint8_t acc_unarmedcal;
float dcm_ki;
float dcm_kp;