mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-14 20:10:18 +03:00
Fix unit test
This commit is contained in:
parent
9a452f4a1e
commit
f04f2f7cbb
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue