SITL: set default RPM_TYPE to 10 for FlightAxis

This commit is contained in:
Peter Barker 2021-03-02 13:24:38 +11:00 committed by Peter Barker
parent b2d4cefa85
commit 03bb3237ef
1 changed files with 1 additions and 0 deletions

View File

@ -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 },
};