mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 00:35:39 +03:00
Split mixer and servo code
This commit is contained in:
parent
726a8d29e2
commit
31828873fa
12 changed files with 654 additions and 598 deletions
|
@ -288,7 +288,7 @@ void init(void)
|
|||
#endif
|
||||
|
||||
mixerConfigureOutput();
|
||||
// pwmInit() needs to be called as soon as possible for ESC compatibility reasons
|
||||
servoConfigureOutput();
|
||||
systemState |= SYSTEM_STATE_MOTORS_READY;
|
||||
|
||||
#ifdef BEEPER
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue