mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
Change wording in GPS failure handling
This matches better the different platforms that are using this functionality.
This commit is contained in:
parent
cc11fb2818
commit
8d78b8a01d
@ -153,7 +153,7 @@ GpsFailure::advance_gpsf()
|
||||
switch (_gpsf_state) {
|
||||
case GPSF_STATE_NONE:
|
||||
_gpsf_state = GPSF_STATE_LOITER;
|
||||
mavlink_log_critical(_navigator->get_mavlink_log_pub(), "Global position failure: fixed bank loiter");
|
||||
mavlink_log_critical(_navigator->get_mavlink_log_pub(), "Global position failure: loitering");
|
||||
break;
|
||||
|
||||
case GPSF_STATE_LOITER:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user