mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 04:45:24 +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
|
@ -80,4 +80,8 @@ const char * const ownerNames[OWNER_TOTAL_COUNT] = {
|
|||
"RX_SPI_BIND",
|
||||
"RX_SPI_LED",
|
||||
"PREINIT",
|
||||
"RX_SPI_EXTI",
|
||||
"RX_SPI_CC2500_TX_EN",
|
||||
"RX_SPI_CC2500_LNA_EN",
|
||||
"RX_SPI_CC2500_ANT_SEL",
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue