mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 17:25:20 +03:00
Update RX_MSP to support 18 channels. Fix MSP_SET_RAW_RC / channel
mapping problem.
This commit is contained in:
parent
1efe530ea3
commit
fd86014308
2 changed files with 14 additions and 4 deletions
|
@ -265,6 +265,10 @@ void processRxChannels(void)
|
|||
{
|
||||
uint8_t chan;
|
||||
|
||||
if (feature(FEATURE_RX_MSP)) {
|
||||
return; // rcData will have already been updated by MSP_SET_RAW_RC
|
||||
}
|
||||
|
||||
bool shouldCheckPulse = true;
|
||||
|
||||
if (feature(FEATURE_FAILSAFE) && feature(FEATURE_RX_PPM)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue