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:
commit
c0761eb619
9 changed files with 64 additions and 62 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue