AP_ExternalAHRS: add InertialLabs to type parameter

This commit is contained in:
Henry Wurzburg 2023-12-24 07:13:13 -06:00 committed by Andrew Tridgell
parent e9f51a96cb
commit 319202a233
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ const AP_Param::GroupInfo AP_ExternalAHRS::var_info[] = {
// @Param: _TYPE
// @DisplayName: AHRS type
// @Description: Type of AHRS device
// @Values: 0:None,1:VectorNav,2:MicroStrain5,7:MicroStrain7
// @Values: 0:None,1:VectorNav,2:MicroStrain5,5:InertialLabs,7:MicroStrain7
// @User: Standard
AP_GROUPINFO_FLAGS("_TYPE", 1, AP_ExternalAHRS, devtype, HAL_EXTERNAL_AHRS_DEFAULT, AP_PARAM_FLAG_ENABLE),