1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-20 23:05:19 +03:00

More relocation of variables.

This commit is contained in:
Dominic Clifton 2015-02-01 00:03:46 +01:00
parent 53406a7ac7
commit 8cc9e8ca37
13 changed files with 65 additions and 52 deletions

View file

@ -33,6 +33,8 @@
#include "sensors/gyro.h"
uint16_t calibratingG = 0;
int16_t gyroADC[XYZ_AXIS_COUNT];
int16_t gyroZero[FLIGHT_DYNAMICS_INDEX_COUNT] = { 0, 0, 0 };
static gyroConfig_t *gyroConfig;