From 0613ce64d7c1837efcf7ad41a4c2ff780b3b2bcf Mon Sep 17 00:00:00 2001 From: Iampete1 Date: Mon, 30 Aug 2021 16:52:15 +0100 Subject: [PATCH] Blimp: run parent mandatory_checks --- Blimp/AP_Arming.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Blimp/AP_Arming.cpp b/Blimp/AP_Arming.cpp index a1fca4ca7b..1f825e77f1 100644 --- a/Blimp/AP_Arming.cpp +++ b/Blimp/AP_Arming.cpp @@ -303,7 +303,7 @@ bool AP_Arming_Blimp::mandatory_checks(bool display_failure) result = false; } - return result; + return result & AP_Arming::mandatory_checks(display_failure); } void AP_Arming_Blimp::set_pre_arm_check(bool b)