Skip to content

Commit

Permalink
Plane: mark Q_ENABLE parameter as an enable parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
tridge committed Jan 8, 2016
1 parent 0d6b353 commit 9ae4c3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ArduPlane/quadplane.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9ae4c3e

Please sign in to comment.