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:
parent
468cebcec2
commit
881a448255
8 changed files with 30 additions and 22 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue