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

Convert gyroADC and accADC to int32_t

This commit is contained in:
borisbstyle 2016-02-14 20:17:11 +01:00
parent 468cebcec2
commit 881a448255
8 changed files with 30 additions and 22 deletions

View file

@ -37,7 +37,7 @@ extern sensor_align_e accAlign;
extern acc_t acc;
extern uint16_t acc_1G;
extern int16_t accADC[XYZ_AXIS_COUNT];
extern int32_t accADC[XYZ_AXIS_COUNT];
typedef struct rollAndPitchTrims_s {
int16_t roll;