1
0
Fork 0
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:
Pawel Spychalski (DzikuVx) 2018-04-23 16:00:52 +02:00
parent 3c4668c7ee
commit 416f4e419f
8 changed files with 2 additions and 40 deletions

View file

@ -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();