Skip to content

Commit

Permalink
AP_Arming: remove crashdump check as a mandatory check
Browse files Browse the repository at this point in the history
this will let a Plane be re-armed mid-air if crash data is present
  • Loading branch information
peterbarker committed Apr 8, 2024
1 parent e992c4f commit 6ce1028
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions libraries/AP_Arming/AP_Arming.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1701,9 +1701,6 @@ bool AP_Arming::mandatory_checks(bool report)
#endif
ret &= rc_in_calibration_check(report);
ret &= serial_protocol_checks(report);
#if AP_CRASHDUMP_ACK_ENABLED
ret &= crashdump_checks(report);
#endif
return ret;
}

Expand Down

0 comments on commit 6ce1028

Please sign in to comment.