From 5d8cc42871e972295eaa1a64ecfcd43a62ed2bcd Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 30 Oct 2018 18:23:26 +0100 Subject: [PATCH] Fix board orientation. --- src/main/target/WORMFC/target.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/target/WORMFC/target.h b/src/main/target/WORMFC/target.h index 1a7ba46a2f..a867bf9c2b 100644 --- a/src/main/target/WORMFC/target.h +++ b/src/main/target/WORMFC/target.h @@ -79,7 +79,7 @@ #define USE_ACC #define USE_ACC_SPI_MPU6500 #if defined(PIRXF4) -#define ACC_1_ALIGN CW180_DEG +#define ACC_1_ALIGN CW0_DEG #else #define ACC_1_ALIGN CW180_DEG_FLIP #endif @@ -89,7 +89,7 @@ #define USE_GYRO #define USE_GYRO_SPI_MPU6500 #if defined(PIRXF4) -#define GYRO_1_ALIGN CW180_DEG +#define GYRO_1_ALIGN CW0_DEG #else #define GYRO_1_ALIGN CW180_DEG_FLIP #endif