mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 08:45:36 +03:00
Merge remote-tracking branch 'henn1001/FastPWM' into betaflight
Conflicts: src/main/drivers/pwm_mapping.c
This commit is contained in:
commit
77534ed6f6
7 changed files with 23 additions and 2 deletions
|
@ -256,6 +256,7 @@ void init(void)
|
|||
#endif
|
||||
|
||||
pwm_params.useOneshot = feature(FEATURE_ONESHOT125);
|
||||
pwm_params.useFastPWM = feature(FEATURE_FASTPWM);
|
||||
pwm_params.motorPwmRate = masterConfig.motor_pwm_rate;
|
||||
pwm_params.idlePulse = masterConfig.escAndServoConfig.mincommand;
|
||||
if (feature(FEATURE_3D))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue