Copter: reverse IDs in g2 for TCAL and tx_type

as discussed with Randy
This commit is contained in:
Andrew Tridgell 2017-07-10 17:07:57 +10:00
parent dd7c96a6cc
commit 7473471f38
1 changed files with 3 additions and 0 deletions

View File

@ -1012,6 +1012,9 @@ const AP_Param::GroupInfo ParametersG2::var_info[] = {
AP_SUBGROUPINFO(visual_odom, "VISO", 18, ParametersG2, AP_VisualOdom),
#endif
// ID 19 reserved for TCAL (PR pending)
// ID 20 reserved for TX_TYPE (PR pending)
AP_GROUPEND
};