mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-14 11:59:58 +03:00
Merge pull request #7339 from phobos-/frsky-x-lbt
Implemented FRSKY X EU LBT
This commit is contained in:
commit
ec083dfa9e
8 changed files with 120 additions and 84 deletions
|
@ -2622,6 +2622,7 @@ void cliRxSpiBind(char *cmdline){
|
|||
#endif
|
||||
#if defined(USE_RX_FRSKY_SPI_X)
|
||||
case RX_SPI_FRSKY_X:
|
||||
case RX_SPI_FRSKY_X_LBT:
|
||||
#endif
|
||||
#endif // USE_RX_FRSKY_SPI
|
||||
#ifdef USE_RX_SFHSS_SPI
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue