From a0473c43faff3aa9960fe3632cbcb5f12fdc0486 Mon Sep 17 00:00:00 2001 From: mikeller Date: Mon, 8 Jul 2019 00:43:21 +1200 Subject: [PATCH] Fixed default setting for gyro 2. --- src/main/target/common_defaults_post.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/target/common_defaults_post.h b/src/main/target/common_defaults_post.h index c5abfcea4f..d932f24564 100644 --- a/src/main/target/common_defaults_post.h +++ b/src/main/target/common_defaults_post.h @@ -334,7 +334,7 @@ // F4 and F7 single gyro boards #if defined(USE_MULTI_GYRO) && !defined(GYRO_2_SPI_INSTANCE) -#define GYRO_2_SPI_INSTANCE GYRO_1_SPI_INSTANCE +#define GYRO_2_SPI_INSTANCE NULL #define GYRO_2_CS_PIN NONE #define GYRO_2_ALIGN ALIGN_DEFAULT #define GYRO_2_EXTI_PIN NONE