mirror of https://github.com/ArduPilot/ardupilot
AP_ADSB: correct metadata in libraries failing checks on emitter
This commit is contained in:
parent
ec95f10b81
commit
eb3f80da7c
|
@ -160,6 +160,7 @@ const AP_Param::GroupInfo AP_ADSB::var_info[] = {
|
||||||
|
|
||||||
// @Param: OPTIONS
|
// @Param: OPTIONS
|
||||||
// @DisplayName: ADS-B Options
|
// @DisplayName: ADS-B Options
|
||||||
|
// @Description: Options for emergency failsafe codes and device capabilities
|
||||||
// @Bitmask: 0:Ping200X Send GPS,1:Squawk 7400 on RC failsafe,2:Squawk 7400 on GCS failsafe,3:Sagetech MXS use External Config
|
// @Bitmask: 0:Ping200X Send GPS,1:Squawk 7400 on RC failsafe,2:Squawk 7400 on GCS failsafe,3:Sagetech MXS use External Config
|
||||||
// @User: Advanced
|
// @User: Advanced
|
||||||
AP_GROUPINFO("OPTIONS", 15, AP_ADSB, _options, 0),
|
AP_GROUPINFO("OPTIONS", 15, AP_ADSB, _options, 0),
|
||||||
|
|
Loading…
Reference in New Issue