AP_AHRS: rename SITL backend to SIM

This commit is contained in:
Peter Barker 2021-10-30 11:38:13 +11:00 committed by Peter Barker
parent 92a8964503
commit 4896f8a6d7

View File

@ -393,7 +393,7 @@ void AP_AHRS::update(bool skip_ins_update)
break;
#if AP_AHRS_SIM_ENABLED
case EKFType::SIM:
shortname = "SITL";
shortname = "SIM";
break;
#endif
#if HAL_EXTERNAL_AHRS_ENABLED