Browse Source

SITL: set default RPM_TYPE to 10 for FlightAxis

zr-v5.1
Peter Barker 4 years ago committed by Peter Barker
parent
commit
03bb3237ef
  1. 1
      libraries/SITL/SIM_FlightAxis.cpp

1
libraries/SITL/SIM_FlightAxis.cpp

@ -80,6 +80,7 @@ static const struct { @@ -80,6 +80,7 @@ static const struct {
{ "INS_ACCSCAL_X", 1.001 },
{ "INS_ACCSCAL_Y", 1.001 },
{ "INS_ACCSCAL_Z", 1.001 },
{ "RPM_TYPE", 10 },
};

Loading…
Cancel
Save