Browse Source

AP_Vehicle: replace message indicating that initialisation has completed

c415-sdk
Tatsuya Yamaguchi 4 years ago committed by Andrew Tridgell
parent
commit
fb27dbbd4f
  1. 1
      libraries/AP_Vehicle/AP_Vehicle.cpp

1
libraries/AP_Vehicle/AP_Vehicle.cpp

@ -103,6 +103,7 @@ void AP_Vehicle::setup() @@ -103,6 +103,7 @@ void AP_Vehicle::setup()
// init_ardupilot is where the vehicle does most of its initialisation.
init_ardupilot();
gcs().send_text(MAV_SEVERITY_INFO, "ArduPilot Ready");
// gyro FFT needs to be initialized really late
#if HAL_GYROFFT_ENABLED

Loading…
Cancel
Save