mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 21:05:35 +03:00
Add RX_SPI to RX_CC2500 (#12124)
This commit is contained in:
parent
2c34b3949d
commit
3f86b55883
3 changed files with 24 additions and 10 deletions
|
@ -46,6 +46,10 @@
|
|||
|
||||
#if defined(USE_RX_CC2500)
|
||||
|
||||
#if !defined(USE_RX_SPI)
|
||||
#define USE_RX_SPI
|
||||
#endif
|
||||
|
||||
#define USE_RX_CC2500_SPI_PA_LNA
|
||||
#define USE_RX_CC2500_SPI_DIVERSITY
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue