AP_ADSB: correct metadata in libraries failing checks on emitter

This commit is contained in:
Henry Wurzburg 2022-08-12 10:20:14 -05:00 committed by Andrew Tridgell
parent ec95f10b81
commit eb3f80da7c
1 changed files with 1 additions and 0 deletions

View File

@ -160,6 +160,7 @@ const AP_Param::GroupInfo AP_ADSB::var_info[] = {
// @Param: 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
// @User: Advanced
AP_GROUPINFO("OPTIONS", 15, AP_ADSB, _options, 0),