aboutsummaryrefslogtreecommitdiff
path: root/src/modules/uORB/topics/actuator_controls.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/uORB/topics/actuator_controls.h')
-rw-r--r--src/modules/uORB/topics/actuator_controls.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/uORB/topics/actuator_controls.h b/src/modules/uORB/topics/actuator_controls.h
index 0b50a29ac..b7c4196c0 100644
--- a/src/modules/uORB/topics/actuator_controls.h
+++ b/src/modules/uORB/topics/actuator_controls.h
@@ -69,6 +69,7 @@ ORB_DECLARE(actuator_controls_3);
/** global 'actuator output is live' control. */
struct actuator_armed_s {
bool armed; /**< Set to true if system is armed */
+ bool ready_to_arm; /**< Set to true if system is ready to be armed */
bool lockdown; /**< Set to true if actuators are forced to being disabled (due to emergency or HIL) */
};