mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-07 00:13:59 -04:00
Sub: replace message indicating that initialisation has completed
This commit is contained in:
parent
c67a924801
commit
f9b7020ac3
@ -178,8 +178,6 @@ void Sub::init_ardupilot()
|
|||||||
// disable safety if requested
|
// disable safety if requested
|
||||||
BoardConfig.init_safety();
|
BoardConfig.init_safety();
|
||||||
|
|
||||||
hal.console->print("\nInit complete");
|
|
||||||
|
|
||||||
// flag that initialisation has completed
|
// flag that initialisation has completed
|
||||||
ap.initialised = true;
|
ap.initialised = true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user