Browse Source

AP_ADSB: correct metadata in libraries failing checks on emitter

master
Henry Wurzburg 3 years ago committed by Andrew Tridgell
parent
commit
eb3f80da7c
  1. 1
      libraries/AP_ADSB/AP_ADSB.cpp

1
libraries/AP_ADSB/AP_ADSB.cpp

@ -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…
Cancel
Save