mirror of https://github.com/ArduPilot/ardupilot
Fix Airspeed use use
This commit is contained in:
parent
1a1987b810
commit
0996782582
|
@ -25,7 +25,7 @@ const AP_Param::GroupInfo AP_Airspeed::var_info[] PROGMEM = {
|
|||
// @Param: USE
|
||||
// @DisplayName: Airspeed use
|
||||
// @Description: use airspeed for flight control
|
||||
// @Values: 0:Use,1:Don't Use
|
||||
// @Values: 1:Use,0:Don't Use
|
||||
AP_GROUPINFO("USE", 1, AP_Airspeed, _use, 0),
|
||||
|
||||
// @Param: OFFSET
|
||||
|
|
Loading…
Reference in New Issue