ArduCopter: Spell correction

This commit is contained in:
Dr.-Ing. Amilcar do Carmo Lucas 2024-01-15 17:15:19 +01:00 committed by Randy Mackay
parent bfab6e5ee7
commit 413af641be

View File

@ -207,7 +207,7 @@ void Copter::init_ardupilot()
motors->output_min(); // output lowest possible value to motors
// attempt to set the intial_mode, else set to STABILIZE
// attempt to set the initial_mode, else set to STABILIZE
if (!set_mode((enum Mode::Number)g.initial_mode.get(), ModeReason::INITIALISED)) {
// set mode to STABILIZE will trigger mode change notification to pilot
set_mode(Mode::Number::STABILIZE, ModeReason::UNAVAILABLE);