mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-26 09:45:37 +03:00
Fixup after rebase
This commit is contained in:
parent
302fd67321
commit
ad71436df3
1 changed files with 2 additions and 2 deletions
|
@ -183,8 +183,8 @@ bool crsfInit(const rxConfig_t *rxConfig, rxRuntimeConfig_t *rxRuntimeConfig)
|
|||
rxRuntimeConfig->channelCount = CRSF_MAX_CHANNEL;
|
||||
rxRuntimeConfig->rxRefreshRate = 11000; //!!TODO this needs checking
|
||||
|
||||
rxRuntimeConfig->rcReadRawFunc = crsfReadRawRC;
|
||||
rxRuntimeConfig->rcFrameStatusFunc = crsfFrameStatus;
|
||||
rxRuntimeConfig->rcReadRawFn = crsfReadRawRC;
|
||||
rxRuntimeConfig->rcFrameStatusFn = crsfFrameStatus;
|
||||
|
||||
const serialPortConfig_t *portConfig = findSerialPortConfig(FUNCTION_RX_SERIAL);
|
||||
if (!portConfig) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue