mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 16:55:36 +03:00
Add missing rx_spi_bus config to SX1280 targets (#12567)
This commit is contained in:
parent
4b58e64c1c
commit
8bfc58e705
2 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue