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

Cleanup of acc device drivers extern usage CF PR#2117

This commit is contained in:
Martin Budden 2016-06-16 18:09:05 +01:00
parent 5e84431e7a
commit e9a46c6ebb
21 changed files with 41 additions and 44 deletions

View file

@ -79,7 +79,7 @@ uint32_t rcModeActivationMask;
int16_t rcCommand[4];
int16_t rcData[MAX_SUPPORTED_RC_CHANNEL_COUNT];
uint16_t acc_1G;
acc_t acc;
int16_t heading;
gyro_t gyro;
int16_t magADC[XYZ_AXIS_COUNT];