mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
SITL: correct bit for enabling MXS simulation
This commit is contained in:
parent
c06a759710
commit
4ec80076a1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user