mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-21 07:15:18 +03:00
Added missing rxRefreshRate to RX MSP
This commit is contained in:
parent
8cf52c80c2
commit
7c6a44b694
1 changed files with 1 additions and 0 deletions
|
@ -69,6 +69,7 @@ void rxMspInit(const rxConfig_t *rxConfig, rxRuntimeConfig_t *rxRuntimeConfig)
|
|||
UNUSED(rxConfig);
|
||||
|
||||
rxRuntimeConfig->channelCount = MAX_SUPPORTED_RC_CHANNEL_COUNT;
|
||||
rxRuntimeConfig->rxRefreshRate = 20000;
|
||||
|
||||
rxRuntimeConfig->rcReadRawFunc = rxMspReadRawRC;
|
||||
rxRuntimeConfig->rcFrameStatusFunc = rxMspFrameStatus;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue