Fix unit test

This commit is contained in:
chibaron 2018-10-03 14:29:11 +09:00
parent 9a452f4a1e
commit f04f2f7cbb
1 changed files with 2 additions and 0 deletions

View File

@ -2561,6 +2561,7 @@ static void cliBeeper(char *cmdline)
}
#endif
#ifdef USE_RX_SPI
void cliRxBind(char *cmdline){
UNUSED(cmdline);
switch (rxSpiConfig()->rx_spi_protocol) {
@ -2578,6 +2579,7 @@ void cliRxBind(char *cmdline){
break;
}
}
#endif
static void printMap(uint8_t dumpMask, const rxConfig_t *rxConfig, const rxConfig_t *defaultRxConfig)
{