AlienFlight F3 PPM receiver fix

This commit is contained in:
Michael Jakob 2016-03-01 00:19:49 +01:00
parent c050351cb4
commit be634758c4
1 changed files with 1 additions and 1 deletions

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);
}