1
0
Fork 0
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:
Steveis 2015-05-17 07:14:42 +01:00
parent 318592b063
commit 6448b4b3d7
16 changed files with 81 additions and 86 deletions

View file

@ -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 {