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:
parent
53406a7ac7
commit
8cc9e8ca37
13 changed files with 65 additions and 52 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue