File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -674,7 +674,7 @@ void GCS_MAVLINK_Sub::handle_message(const mavlink_message_t &msg)
674674 sub.failsafe .last_pilot_input_ms = AP_HAL::millis ();
675675 // a RC override message is considered to be a 'heartbeat'
676676 // from the ground station for failsafe purposes
677- gcs ().sysid_myggcs_seen (AP_HAL::millis ());
677+ gcs ().sysid_mygcs_seen (AP_HAL::millis ());
678678 break ;
679679 }
680680
Original file line number Diff line number Diff line change @@ -312,7 +312,7 @@ void Sub::failsafe_gcs_check()
312312 return ;
313313 }
314314
315- const uint32_t gcs_last_seen_ms = gcs ().sysid_myggcs_last_seen_time_ms ();
315+ const uint32_t gcs_last_seen_ms = gcs ().sysid_mygcs_last_seen_time_ms ();
316316 if (gcs_last_seen_ms == 0 ) {
317317 // we've never seen a GCS, so we don't failsafe if we stop seeing it
318318 return ;
You can’t perform that action at this time.
0 commit comments