mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-26 01:35:41 +03:00
Moved accelerometer items to struct. masterConfig tidy.
This commit is contained in:
parent
ccd759d93a
commit
265cd85457
9 changed files with 64 additions and 62 deletions
|
@ -52,7 +52,6 @@ typedef struct accDeadband_s {
|
|||
} accDeadband_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