Skip to content

Commit

Permalink
Revert "AP_ICEngine : enable starter when soft_armed"
Browse files Browse the repository at this point in the history
This reverts commits ce981b4
and
791860a
  • Loading branch information
robertlong13 committed Sep 25, 2024
1 parent f2fb76a commit c47205e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions libraries/AP_ICEngine/AP_ICEngine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -402,12 +402,7 @@ void AP_ICEngine::update(void)

case ICE_STARTING:
set_ignition(true);

if (hal.util->get_soft_armed() || allow_throttle_while_disarmed()) {
set_starter(true);
} else {
set_starter(false);
}
set_starter(true);

if (starter_start_time_ms == 0) {
starter_start_time_ms = now;
Expand Down

0 comments on commit c47205e

Please sign in to comment.