mirror of https://github.com/ArduPilot/ardupilot
AP_ExternalAHRS: add InertialLabs to type parameter
This commit is contained in:
parent
e9f51a96cb
commit
319202a233
|
@ -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),
|
||||
|
||||
|
|
Loading…
Reference in New Issue