Skip to content

Commit a39a3fe

Browse files
committed
Plane: added comment on type and param slot re-use
1 parent d9fe3f6 commit a39a3fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ArduPlane/quadplane.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ const AP_Param::GroupInfo QuadPlane::var_info[] = {
246246
// @User: Standard
247247
AP_GROUPINFO("ASSIST_OPTIONS", 47, QuadPlane, assist.options, 0),
248248

249-
// 47: TILT_TYPE
249+
// 47: TILT_TYPE // was AP_Int8, re-used by AP_Int16 ASSIST_OPTIONS
250250
// 48: TAILSIT_ANGLE
251251
// 61: TAILSIT_ANG_VT
252252
// 49: TILT_RATE_DN

0 commit comments

Comments
 (0)