mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-30 12:38:33 -04:00
Sub: replace message indicating that initialisation has completed
This commit is contained in:
parent
c67a924801
commit
f9b7020ac3
@ -176,9 +176,7 @@ void Sub::init_ardupilot()
|
||||
ins.set_log_raw_bit(MASK_LOG_IMU_RAW);
|
||||
|
||||
// disable safety if requested
|
||||
BoardConfig.init_safety();
|
||||
|
||||
hal.console->print("\nInit complete");
|
||||
BoardConfig.init_safety();
|
||||
|
||||
// flag that initialisation has completed
|
||||
ap.initialised = true;
|
||||
|
Loading…
Reference in New Issue
Block a user