// failsafe_gcs_check - check for ground station failsafe
voidCopter::failsafe_gcs_check()
{
uint32_tlast_gcs_update_ms;
// return immediately if gcs failsafe is disabled, gcs has never been connected or we are not overriding rc controls from the gcs and we are not in guided mode
// this also checks to see if we have a GCS failsafe active, if we do, then must continue to process the logic for recovery from this state.