mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
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
Block a user