From 94d4b4ab4c8c75cbfd4e389a4d15ba24a6705bd4 Mon Sep 17 00:00:00 2001 From: Chaotix Date: Tue, 31 May 2022 17:31:16 +0100 Subject: [PATCH] correct gyro orientation geprcf405 --- src/targets/geprcf405/target.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/targets/geprcf405/target.h b/src/targets/geprcf405/target.h index c699baf98..0bba73ab7 100644 --- a/src/targets/geprcf405/target.h +++ b/src/targets/geprcf405/target.h @@ -34,7 +34,7 @@ #define GYRO_SPI_PORT SPI_PORT3 #define GYRO_NSS PIN_A15 #define GYRO_INT PIN_C3 -#define GYRO_ORIENTATION GYRO_ROTATE_90_CCW +#define GYRO_ORIENTATION GYRO_ROTATE_180 // RADIO #ifdef SERIAL_RX