1
0
Fork 0
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:
Michael Keller 2019-01-09 23:02:43 +13:00 committed by GitHub
commit ec083dfa9e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 120 additions and 84 deletions

View file

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