Skip to content
Snippets Groups Projects
Commit eb2c9fbe authored by Lorenz Meier's avatar Lorenz Meier
Browse files

GPS: Remove unnecessary warning message

This warning message would often be printed during normal configuration and does not represent a good indicator for true GPS lost states. Instead the system flags should be used, which are available through the normal logging system.
parent dd7b72df
No related branches found
No related tags found
No related merge requests found
......@@ -769,7 +769,6 @@ GPS::run()
}
if (_healthy) {
PX4_WARN("GPS module lost");
_healthy = false;
_rate = 0.0f;
_rate_rtcm_injection = 0.0f;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment