mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-26 09:45:33 +03:00
Minor cleanup of unused or legacy defines
This commit is contained in:
parent
3c4668c7ee
commit
416f4e419f
8 changed files with 2 additions and 40 deletions
|
@ -556,11 +556,9 @@ void init(void)
|
|||
|
||||
// Sensors have now been detected, mspFcInit() can now be called
|
||||
// to set the boxes up
|
||||
mspFcInit();
|
||||
mspFcInit();
|
||||
|
||||
#ifdef USE_CLI
|
||||
cliInit(serialConfig());
|
||||
#endif
|
||||
|
||||
failsafeInit();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue