mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-01 13:38:38 -04:00
AP_Airspeed: set param "Enable" to be FLAG_ENABLE
This commit is contained in:
parent
dd5ed7e2e0
commit
c07b85f9bb
@ -82,7 +82,7 @@ const AP_Param::GroupInfo AP_Airspeed::var_info[] = {
|
||||
// @DisplayName: Airspeed enable
|
||||
// @Description: enable airspeed sensor
|
||||
// @Values: 0:Disable,1:Enable
|
||||
AP_GROUPINFO("ENABLE", 0, AP_Airspeed, _enable, 1),
|
||||
AP_GROUPINFO_FLAGS("ENABLE", 0, AP_Airspeed, _enable, 1, AP_PARAM_FLAG_ENABLE),
|
||||
|
||||
// @Param: USE
|
||||
// @DisplayName: Airspeed use
|
||||
|
Loading…
Reference in New Issue
Block a user