Rover: fix sprayer param descriptions

This commit is contained in:
Randy Mackay 2020-02-13 18:11:43 +09:00
parent 5e60ae8a26
commit f9fa07a3f9

View File

@ -524,7 +524,7 @@ const AP_Param::GroupInfo ParametersG2::var_info[] = {
AP_GROUPINFO("LOIT_TYPE", 25, ParametersG2, loit_type, 0),
#if HAL_SPRAYER_ENABLED
// @Group: SPRAYER_
// @Group: SPRAY_
// @Path: ../libraries/AC_Sprayer/AC_Sprayer.cpp
AP_SUBGROUPINFO(sprayer, "SPRAY_", 26, ParametersG2, AC_Sprayer),
#endif