mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-24 07:09:48 +08:00
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.
This commit is contained in:
@@ -769,7 +769,6 @@ GPS::run()
|
||||
}
|
||||
|
||||
if (_healthy) {
|
||||
PX4_WARN("GPS module lost");
|
||||
_healthy = false;
|
||||
_rate = 0.0f;
|
||||
_rate_rtcm_injection = 0.0f;
|
||||
|
||||
Reference in New Issue
Block a user