mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-20 14:55:21 +03:00
Made CC2500 (FrSky, SFHSS) SPI RX runtime configurable.
This commit is contained in:
parent
29db27584f
commit
86a5a30267
29 changed files with 329 additions and 184 deletions
|
@ -78,6 +78,10 @@ typedef enum {
|
|||
OWNER_RX_SPI_BIND,
|
||||
OWNER_RX_SPI_LED,
|
||||
OWNER_PREINIT,
|
||||
OWNER_RX_SPI_EXTI,
|
||||
OWNER_RX_SPI_CC2500_TX_EN,
|
||||
OWNER_RX_SPI_CC2500_LNA_EN,
|
||||
OWNER_RX_SPI_CC2500_ANT_SEL,
|
||||
OWNER_TOTAL_COUNT
|
||||
} resourceOwner_e;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue