Skip to content

Commit

Permalink
Merge pull request #1904 from mavlink/pr-remove-curious-output
Browse files Browse the repository at this point in the history
core: remove wrong/confusing warning
  • Loading branch information
JonasVautherin authored Sep 23, 2022
2 parents 94082f1 + 2d0d726 commit 2246656
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/mavsdk/plugins/telemetry/telemetry_impl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1945,7 +1945,6 @@ bool TelemetryImpl::health_all_ok() const
_health.is_global_position_ok && _health.is_home_position_ok) {
return true;
} else {
LogWarn() << "System status is usually fixed at 1 Hz";
return false;
}
}
Expand Down

0 comments on commit 2246656

Please sign in to comment.