SITL: Update RPM param in FlightAxis defaults

This commit is contained in:
Gone4Dirt 2021-08-10 12:59:10 +01:00 committed by Andrew Tridgell
parent df1280e999
commit 7be9773f95

View File

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