From 8bfc58e705c67d8ea93f382fba0081f018d04230 Mon Sep 17 00:00:00 2001 From: ot0tot <36753790+ot0tot@users.noreply.github.com> Date: Tue, 28 Mar 2023 14:19:50 -0400 Subject: [PATCH] Add missing rx_spi_bus config to SX1280 targets (#12567) --- src/config/GEPRCF411SX1280/config.h | 2 ++ src/config/NEUTRONRCF411SX1280/config.h | 2 ++ 2 files changed, 4 insertions(+) diff --git a/src/config/GEPRCF411SX1280/config.h b/src/config/GEPRCF411SX1280/config.h index ad5f2a2092..072c9b47bc 100644 --- a/src/config/GEPRCF411SX1280/config.h +++ b/src/config/GEPRCF411SX1280/config.h @@ -100,6 +100,8 @@ #define ADC1_DMA_OPT 0 +#define RX_SPI_INSTANCE SPI3 +#define RX_SPI_LED_INVERTED #define DEFAULT_BLACKBOX_DEVICE BLACKBOX_DEVICE_FLASH #define DEFAULT_DSHOT_BURST DSHOT_DMAR_OFF #define DEFAULT_DSHOT_BITBANG DSHOT_BITBANG_OFF diff --git a/src/config/NEUTRONRCF411SX1280/config.h b/src/config/NEUTRONRCF411SX1280/config.h index 5c7e945173..e13bd3dc10 100644 --- a/src/config/NEUTRONRCF411SX1280/config.h +++ b/src/config/NEUTRONRCF411SX1280/config.h @@ -96,6 +96,8 @@ #define ADC1_DMA_OPT 0 +#define RX_SPI_INSTANCE SPI3 +#define RX_SPI_LED_INVERTED #define DEFAULT_BLACKBOX_DEVICE BLACKBOX_DEVICE_FLASH #define DEFAULT_DSHOT_BURST DSHOT_DMAR_OFF #define DEFAULT_DSHOT_BITBANG DSHOT_BITBANG_OFF