From 224b2e2ddab19972714343db4e18732329acda8e Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 5 Jan 2016 07:50:23 +1100 Subject: [PATCH] AP_Param: allow group entries as duplicates otherwise this breaks heli attitude control object --- libraries/AP_Param/AP_Param.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/libraries/AP_Param/AP_Param.cpp b/libraries/AP_Param/AP_Param.cpp index 6e2afd70ff..39276b1bb1 100644 --- a/libraries/AP_Param/AP_Param.cpp +++ b/libraries/AP_Param/AP_Param.cpp @@ -126,11 +126,6 @@ bool AP_Param::check_group_info(const struct AP_Param::GroupInfo * group_info, Debug("idx too large (%u) in %s", idx, group_info[i].name); return false; } - if (used_mask & (1ULL<