1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-13 11:29:58 +03:00

Removed leftover references to 'gyro_align', 'acc_align'.

This commit is contained in:
mikeller 2019-02-01 01:50:40 +13:00
parent ae194f2eb3
commit 21edada68b
6 changed files with 8 additions and 13 deletions

View file

@ -68,7 +68,6 @@ typedef union rollAndPitchTrims_u {
typedef struct accelerometerConfig_s {
uint16_t acc_lpf_hz; // cutoff frequency for the low pass filter used on the acc z-axis for althold in Hz
sensor_align_e acc_align; // acc alignment
uint8_t acc_hardware; // Which acc hardware to use on boards with more than one device
bool acc_high_fsr;
flightDynamicsTrims_t accZero;