mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 00:35:39 +03:00
Rebased again ...
This commit is contained in:
commit
482dbe316b
74 changed files with 2063 additions and 889 deletions
|
@ -291,7 +291,9 @@ void init(void)
|
|||
#endif
|
||||
|
||||
mixerConfigureOutput();
|
||||
// pwmInit() needs to be called as soon as possible for ESC compatibility reasons
|
||||
#ifdef USE_SERVOS
|
||||
servoConfigureOutput();
|
||||
#endif
|
||||
systemState |= SYSTEM_STATE_MOTORS_READY;
|
||||
|
||||
#ifdef BEEPER
|
||||
|
@ -456,7 +458,8 @@ void init(void)
|
|||
|
||||
imuInit();
|
||||
|
||||
mspSerialInit(mspFcInit());
|
||||
mspFcInit();
|
||||
mspSerialInit();
|
||||
|
||||
#ifdef USE_CLI
|
||||
cliInit(&masterConfig.serialConfig);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue