From d3f22eb602623a20a111254b4a94a477dbe86572 Mon Sep 17 00:00:00 2001 From: Mark Haslinghuis Date: Fri, 20 Dec 2024 18:29:50 +0100 Subject: [PATCH] Fix custom alignment --- configs/GEPRCF411SX1280/config.h | 2 +- configs/NEUTRONRCF411SX1280/config.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/GEPRCF411SX1280/config.h b/configs/GEPRCF411SX1280/config.h index 615be45f..a53ded8e 100644 --- a/configs/GEPRCF411SX1280/config.h +++ b/configs/GEPRCF411SX1280/config.h @@ -118,4 +118,4 @@ #define FLASH_SPI_INSTANCE SPI2 #define GYRO_1_SPI_INSTANCE SPI1 #define GYRO_1_ALIGN ALIGN_CUSTOM -#define GYRO_1_ALIGN_YAW -45 +#define GYRO_1_ALIGN_YAW 3150 diff --git a/configs/NEUTRONRCF411SX1280/config.h b/configs/NEUTRONRCF411SX1280/config.h index ee6ad134..5a63cc6f 100644 --- a/configs/NEUTRONRCF411SX1280/config.h +++ b/configs/NEUTRONRCF411SX1280/config.h @@ -112,4 +112,4 @@ #define FLASH_SPI_INSTANCE SPI2 #define GYRO_1_SPI_INSTANCE SPI1 #define GYRO_1_ALIGN ALIGN_CUSTOM -#define GYRO_1_ALIGN_YAW -45 +#define GYRO_1_ALIGN_YAW 3150