mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 00:35:39 +03:00
Removed unused parameters
This commit is contained in:
parent
5fec66b639
commit
e530c72a18
6 changed files with 10 additions and 13 deletions
|
@ -505,7 +505,7 @@ void init(void)
|
|||
|
||||
imuInit();
|
||||
|
||||
mspSerialInit(&masterConfig.serialConfig);
|
||||
mspSerialInit();
|
||||
|
||||
#ifdef USE_CLI
|
||||
cliInit(&masterConfig.serialConfig);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue