mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 00:35:39 +03:00
Merge pull request #1387 from martinbudden/bf_msp_init
Improved MSP initialisation and independence from serial code
This commit is contained in:
commit
10ec59bd45
6 changed files with 13 additions and 13 deletions
|
@ -451,7 +451,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