Skip to content

Commit

Permalink
Copter: The failsafe enable flag should be cleared on cold reset
Browse files Browse the repository at this point in the history
  • Loading branch information
muramura authored and rmackay9 committed Sep 15, 2024
1 parent 79bd823 commit 9bff62b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ArduCopter/failsafe.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// our failsafe strategy is to detect main loop lockup and disarm the motors
//

static bool failsafe_enabled = false;
static bool failsafe_enabled;
static uint16_t failsafe_last_ticks;
static uint32_t failsafe_last_timestamp;
static bool in_failsafe;
Expand Down

0 comments on commit 9bff62b

Please sign in to comment.