Fixup after rebase
This commit is contained in:
parent
302fd67321
commit
ad71436df3
|
@ -183,8 +183,8 @@ bool crsfInit(const rxConfig_t *rxConfig, rxRuntimeConfig_t *rxRuntimeConfig)
|
||||||
rxRuntimeConfig->channelCount = CRSF_MAX_CHANNEL;
|
rxRuntimeConfig->channelCount = CRSF_MAX_CHANNEL;
|
||||||
rxRuntimeConfig->rxRefreshRate = 11000; //!!TODO this needs checking
|
rxRuntimeConfig->rxRefreshRate = 11000; //!!TODO this needs checking
|
||||||
|
|
||||||
rxRuntimeConfig->rcReadRawFunc = crsfReadRawRC;
|
rxRuntimeConfig->rcReadRawFn = crsfReadRawRC;
|
||||||
rxRuntimeConfig->rcFrameStatusFunc = crsfFrameStatus;
|
rxRuntimeConfig->rcFrameStatusFn = crsfFrameStatus;
|
||||||
|
|
||||||
const serialPortConfig_t *portConfig = findSerialPortConfig(FUNCTION_RX_SERIAL);
|
const serialPortConfig_t *portConfig = findSerialPortConfig(FUNCTION_RX_SERIAL);
|
||||||
if (!portConfig) {
|
if (!portConfig) {
|
||||||
|
|
Loading…
Reference in New Issue