1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 08:15:30 +03:00

Cleanup of the FrSky SPI RX code.

This commit is contained in:
mikeller 2017-08-20 23:22:00 +12:00
parent bd84749e92
commit a4ba8b3db8
9 changed files with 298 additions and 329 deletions

View file

@ -2110,7 +2110,7 @@ static void cliBeeper(char *cmdline)
}
#endif
#ifdef FRSKY_BIND
#ifdef USE_RX_FRSKY_D
void cliFrSkyBind(char *cmdline){
UNUSED(cmdline);
frSkyDBind();
@ -3491,7 +3491,7 @@ const clicmd_t cmdTable[] = {
CLI_COMMAND_DEF("beeper", "turn on/off beeper", "list\r\n"
"\t<+|->[name]", cliBeeper),
#endif
#ifdef FRSKY_BIND
#ifdef USE_RX_FRSKY_D
CLI_COMMAND_DEF("frsky_bind", NULL, NULL, cliFrSkyBind),
#endif
#ifdef LED_STRIP