Browse Source

AP_AHRS: rename SITL backend to SIM

apm_2208
Peter Barker 3 years ago committed by Peter Barker
parent
commit
4896f8a6d7
  1. 2
      libraries/AP_AHRS/AP_AHRS.cpp

2
libraries/AP_AHRS/AP_AHRS.cpp

@ -393,7 +393,7 @@ void AP_AHRS::update(bool skip_ins_update) @@ -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…
Cancel
Save