Skip to content
Snippets Groups Projects
Commit f77b0617 authored by squilter's avatar squilter Committed by Randy Mackay
Browse files

Copter: update flighttermination capability

parent 5cd78e72
No related branches found
No related tags found
No related merge requests found
......@@ -8,5 +8,5 @@ void Copter::init_capabilities(void)
hal.util->set_capabilities(MAV_PROTOCOL_CAPABILITY_PARAM_FLOAT);
hal.util->set_capabilities(MAV_PROTOCOL_CAPABILITY_SET_POSITION_TARGET_LOCAL_NED);
hal.util->set_capabilities(MAV_PROTOCOL_CAPABILITY_SET_POSITION_TARGET_GLOBAL_INT);
hal.util->set_capabilities(MAV_PROTOCOL_CAPABILITY_FORCE_DISARM);
hal.util->set_capabilities(MAV_PROTOCOL_CAPABILITY_FLIGHT_TERMINATION);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment