|
|
|
@ -650,6 +650,12 @@ const AP_Param::GroupInfo ParametersG2::var_info[] = {
@@ -650,6 +650,12 @@ const AP_Param::GroupInfo ParametersG2::var_info[] = {
|
|
|
|
|
// @User: Advanced
|
|
|
|
|
AP_GROUPINFO("FS_OPTIONS", 48, ParametersG2, fs_options, 0), |
|
|
|
|
|
|
|
|
|
#if HAL_TORQEEDO_ENABLED |
|
|
|
|
// @Group: TRQD_
|
|
|
|
|
// @Path: ../libraries/AP_Torqeedo/AP_Torqeedo.cpp
|
|
|
|
|
AP_SUBGROUPINFO(torqeedo, "TRQD_", 49, ParametersG2, AP_Torqeedo), |
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
AP_GROUPEND |
|
|
|
|
}; |
|
|
|
|
|
|
|
|
|