1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-25 01:05:27 +03:00

Merge pull request #234 from AlienWiiBF/PPM_fix

AlienFlight F3 PPM receiver fix
This commit is contained in:
borisbstyle 2016-03-01 22:03:51 +01:00
commit 3bec29d603

View file

@ -780,7 +780,7 @@ if (init->useBuzzerP6) {
#endif
if (type == MAP_TO_PPM_INPUT) {
#ifdef SPARKY
#if defined(SPARKY) || defined(ALIENFLIGHTF3)
if (init->useOneshot || isMotorBrushed(init->motorPwmRate)) {
ppmAvoidPWMTimerClash(timerHardwarePtr, TIM2);
}