Skip to content

Commit

Permalink
SITL: correct bit for enabling MXS simulation
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbarker committed Nov 2, 2023
1 parent c06a759 commit 4ec8007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/SITL/SITL.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4ec8007

Please sign in to comment.