mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 14:25:20 +03:00
Replaced gyroData with gyroADC as they both contain the same value
This commit is contained in:
parent
318592b063
commit
6448b4b3d7
16 changed files with 81 additions and 86 deletions
|
@ -24,7 +24,6 @@ extern float accVelScale;
|
|||
extern t_fp_vector EstG;
|
||||
extern int16_t accSmooth[XYZ_AXIS_COUNT];
|
||||
extern int32_t accSum[XYZ_AXIS_COUNT];
|
||||
extern int16_t gyroData[FLIGHT_DYNAMICS_INDEX_COUNT];
|
||||
extern int16_t smallAngle;
|
||||
|
||||
typedef struct rollAndPitchInclination_s {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue