1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-17 13:25:30 +03:00

Merge pull request #3365 from blckmn/dynamic_timer

Dynamic PWM output based on timer clock speed
This commit is contained in:
Martin Budden 2017-06-28 17:52:07 +01:00 committed by GitHub
commit 4b48e3ea28
11 changed files with 117 additions and 139 deletions

View file

@ -384,7 +384,7 @@ void init(void)
if (0) {}
#if defined(USE_PPM)
else if (feature(FEATURE_RX_PPM)) {
ppmRxInit(ppmConfig(), motorConfig()->dev.motorPwmProtocol);
ppmRxInit(ppmConfig());
}
#endif
#if defined(USE_PWM)