SITL: correct bit for enabling MXS simulation

This commit is contained in:
Peter Barker 2023-10-31 19:08:00 +11:00 committed by Peter Barker
parent c06a759710
commit 4ec80076a1
1 changed files with 1 additions and 1 deletions

View File

@ -452,7 +452,7 @@ const AP_Param::GroupInfo SIM::var_info3[] = {
// @DisplayName: Simulated ADSB Type mask
// @Description: specifies which simulated ADSB types are active
// @User: Advanced
// @Bitmask: 0:MAVLink,1:SageTechMXS
// @Bitmask: 0:MAVLink,3:SageTechMXS
AP_GROUPINFO("ADSB_TYPES", 52, SIM, adsb_types, 1),
#ifdef SFML_JOYSTICK