mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 05:15:25 +03:00
Fix PPM/PWM code.
This commit is contained in:
parent
6721587566
commit
6e00615baf
2 changed files with 2 additions and 1 deletions
|
@ -191,8 +191,8 @@ int main(void)
|
|||
#ifndef FY90Q
|
||||
timerInit();
|
||||
#endif
|
||||
pwmInit(&pwm_params);
|
||||
pwmRxInit(failsafe, ¤tProfile.failsafeConfig);
|
||||
pwmInit(&pwm_params);
|
||||
|
||||
rxInit(&masterConfig.rxConfig, failsafe);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue