AP_AHRS: rename SITL backend to SIM
This commit is contained in:
parent
92a8964503
commit
4896f8a6d7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user