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

Merge pull request #7230 from Asizon/master

Fix OMNIBUSF4V6 Gyro2(External) align
This commit is contained in:
Michael Keller 2018-12-18 00:17:32 +13:00 committed by GitHub
commit 1c50c317d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -79,8 +79,8 @@
#define ACC_1_ALIGN CW180_DEG
#if defined(OMNIBUSF4V6)
#define GYRO_2_ALIGN CW180_DEG
#define ACC_2_ALIGN CW180_DEG
#define GYRO_2_ALIGN CW0_DEG
#define ACC_2_ALIGN CW0_DEG
#else
#define GYRO_2_ALIGN CW0_DEG_FLIP
#define ACC_2_ALIGN CW0_DEG_FLIP