1
0
Fork 0
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:
mikeller 2019-03-02 15:34:34 +13:00
parent 29db27584f
commit 86a5a30267
29 changed files with 329 additions and 184 deletions

View file

@ -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;