Sub: replace message indicating that initialisation has completed

This commit is contained in:
Tatsuya Yamaguchi 2020-09-15 09:04:28 +09:00 committed by Andrew Tridgell
parent c67a924801
commit f9b7020ac3

View File

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