Skip to content

Commit

Permalink
Fixes for cherypicks
Browse files Browse the repository at this point in the history
  • Loading branch information
McGiverGim committed Dec 22, 2022
1 parent a593f83 commit e08c5d4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/cli/cli.c
Original file line number Diff line number Diff line change
Expand Up @@ -3376,6 +3376,8 @@ void cliRxBind(char *cmdline){
#if defined(USE_RX_FRSKY_SPI_X)
case RX_SPI_FRSKY_X:
case RX_SPI_FRSKY_X_LBT:
case RX_SPI_FRSKY_X_V2:
case RX_SPI_FRSKY_X_LBT_V2:
#endif
#endif // USE_RX_FRSKY_SPI
#ifdef USE_RX_SFHSS_SPI
Expand Down
1 change: 1 addition & 0 deletions src/main/rx/rx_spi.c
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ STATIC_UNIT_TESTED bool rxSpiSetProtocol(rx_spi_protocol_e protocol)
protocolProcessFrame = frSkySpiProcessFrame;

break;
#endif
#endif // USE_RX_FRSKY_SPI
#ifdef USE_RX_FLYSKY
case RX_SPI_A7105_FLYSKY:
Expand Down
5 changes: 5 additions & 0 deletions src/main/target/CRAZYBEEF3FR/target.h
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,11 @@
#define USE_DSHOT_TELEMETRY_STATS
#define USE_RPM_FILTER
#define USE_RX_LINK_QUALITY_INFO
#define USE_RX_SPI
#define USE_RX_FRSKY_SPI
#define USE_RX_FRSKY_SPI_D
#define USE_RX_FRSKY_SPI_X
#define USE_RX_BIND
// Mis modificaciones - Fin
#endif

Expand Down

0 comments on commit e08c5d4

Please sign in to comment.