Plane: mark Q_ENABLE parameter as an enable parameter

This commit is contained in:
Andrew Tridgell 2015-12-29 22:43:43 +11:00
parent 0d6b353bcb
commit 9ae4c3ec99

View File

@ -9,7 +9,7 @@ const AP_Param::GroupInfo QuadPlane::var_info[] = {
// @Description: This enables QuadPlane functionality, assuming quad motors on outputs 5 to 8
// @Values: 0:Disable,1:Enable
// @User: Standard
AP_GROUPINFO("ENABLE", 1, QuadPlane, enable, 0),
AP_GROUPINFO_FLAGS("ENABLE", 1, QuadPlane, enable, 0, AP_PARAM_FLAG_ENABLE),
// @Group: M_
// @Path: ../libraries/AP_Motors/AP_MotorsMulticopter.cpp