mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 01:05:27 +03:00
Moved RX functions pointers into rxRuntimeConfig.
This commit is contained in:
parent
5253c72625
commit
9b9b16faed
1 changed files with 0 additions and 1 deletions
|
@ -231,7 +231,6 @@ void serialRxInit(const rxConfig_t *rxConfig, rxRuntimeConfig_t *rxRuntimeConfig
|
|||
enabled = jetiExBusInit(rxConfig, rxRuntimeConfig);
|
||||
break;
|
||||
}
|
||||
|
||||
if (!enabled) {
|
||||
featureClear(FEATURE_RX_SERIAL);
|
||||
rxRuntimeConfig->rcReadRawFunc = nullReadRawRC;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue