mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-13 19:40:31 +03:00
Renamed 'rxRuntimeConfig' to 'rxRuntimeState'.
This commit is contained in:
parent
564f3031b2
commit
0a0d3631a7
71 changed files with 463 additions and 463 deletions
|
@ -3330,13 +3330,13 @@ static void cliBeeper(char *cmdline)
|
|||
#if defined(USE_RX_SPI) || defined (USE_SERIALRX_SRXL2)
|
||||
void cliRxBind(char *cmdline){
|
||||
UNUSED(cmdline);
|
||||
switch (rxRuntimeConfig.rxProvider) {
|
||||
switch (rxRuntimeState.rxProvider) {
|
||||
default:
|
||||
cliPrint("Not supported.");
|
||||
|
||||
break;
|
||||
case RX_PROVIDER_SERIAL:
|
||||
switch (rxRuntimeConfig.serialrxProvider) {
|
||||
switch (rxRuntimeState.serialrxProvider) {
|
||||
default:
|
||||
cliPrint("Not supported.");
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue