mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 22:35:23 +03:00
Moved accZero and magZero out of sensorTrims into acc and compass config
This commit is contained in:
parent
06e871406e
commit
229f6d14d4
7 changed files with 8 additions and 14 deletions
|
@ -51,8 +51,3 @@ typedef enum {
|
|||
SENSOR_GPS = 1 << 5,
|
||||
SENSOR_GPSMAG = 1 << 6
|
||||
} sensors_e;
|
||||
|
||||
typedef struct sensorTrims_s {
|
||||
flightDynamicsTrims_t accZero;
|
||||
flightDynamicsTrims_t magZero;
|
||||
} sensorTrims_t;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue