mirror of https://github.com/ArduPilot/ardupilot
AP_HAL: correct compilation for SimOnHardware
This commit is contained in:
parent
1b6148cba8
commit
e6284fe879
|
@ -232,8 +232,8 @@ void SIMState::fdm_input_local(void)
|
|||
vectornav->update();
|
||||
}
|
||||
|
||||
if (microstrain != nullptr) {
|
||||
microstrain->update();
|
||||
if (microstrain5 != nullptr) {
|
||||
microstrain5->update();
|
||||
}
|
||||
|
||||
#if HAL_SIM_AIS_ENABLED
|
||||
|
|
Loading…
Reference in New Issue