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:
commit
4b48e3ea28
11 changed files with 117 additions and 139 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue