Browse Source

AP_Airspeed: Fix ARSPD2_TYPE docs

master
David Ingraham 7 years ago committed by Tom Pittenger
parent
commit
2547ca399a
  1. 2
      libraries/AP_Airspeed/AP_Airspeed.cpp

2
libraries/AP_Airspeed/AP_Airspeed.cpp

@ -128,7 +128,7 @@ const AP_Param::GroupInfo AP_Airspeed::var_info[] = { @@ -128,7 +128,7 @@ const AP_Param::GroupInfo AP_Airspeed::var_info[] = {
// @Param: 2_TYPE
// @DisplayName: Second Airspeed type
// @Description: Type of 2nd airspeed sensor
// @Values: 0:None,1:I2C-MS4525D0,2:Analog,3:I2C-MS5525,4:I2C-SDP3X
// @Values: 0:None,1:I2C-MS4525D0,2:Analog,3:I2C-MS5525,4:I2C-MS5525 (0x76),5:I2C-MS5525 (0x77),6:I2C-SDP3X
// @User: Standard
AP_GROUPINFO_FLAGS("2_TYPE", 11, AP_Airspeed, param[1].type, 0, AP_PARAM_FLAG_ENABLE),

Loading…
Cancel
Save