Skip to content

Commit

Permalink
AP_HAL: correct compilation for SimOnHardware
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbarker committed Sep 1, 2023
1 parent ad19321 commit 9bc837b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libraries/AP_HAL/SIMState.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9bc837b

Please sign in to comment.