mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 17:25:20 +03:00
Merge branch 'master' into xbus_jr01
This commit is contained in:
commit
12f45b4f04
73 changed files with 1436 additions and 443 deletions
|
@ -292,7 +292,7 @@ void processRxChannels(void)
|
|||
uint16_t sample = rcReadRawFunc(&rxRuntimeConfig, rawChannel);
|
||||
|
||||
if (feature(FEATURE_FAILSAFE) && shouldCheckPulse) {
|
||||
failsafe->vTable->checkPulse(rawChannel, sample);
|
||||
failsafe->vTable->checkPulse(chan, sample);
|
||||
}
|
||||
|
||||
// validate the range
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue