Copter: Add whitespaces to increase readability and consistency (NFC)
This commit is contained in:
parent
58480435bb
commit
580143d404
@ -914,11 +914,13 @@ const AP_Param::GroupInfo ParametersG2::var_info[] = {
|
||||
// @Values: 0:NotEnforced,1:Enforced
|
||||
// @User: Advanced
|
||||
AP_GROUPINFO("SYSID_ENFORCE", 11, ParametersG2, sysid_enforce, 0),
|
||||
|
||||
#if STATS_ENABLED == ENABLED
|
||||
// @Group: STAT
|
||||
// @Path: ../libraries/AP_Stats/AP_Stats.cpp
|
||||
AP_SUBGROUPINFO(stats, "STAT", 12, ParametersG2, AP_Stats),
|
||||
#endif
|
||||
|
||||
#if GRIPPER_ENABLED == ENABLED
|
||||
// @Group: GRIP_
|
||||
// @Path: ../libraries/AP_Gripper/AP_Gripper.cpp
|
||||
|
@ -593,6 +593,7 @@ public:
|
||||
// we need a pointer to the mode for the G2 table
|
||||
void *mode_flowhold_ptr;
|
||||
#endif
|
||||
|
||||
#if MODE_FOLLOW_ENABLED == ENABLED
|
||||
// follow
|
||||
AP_Follow follow;
|
||||
|
Loading…
Reference in New Issue
Block a user