removed unused vars

This commit is contained in:
Jason Short 2012-01-03 22:44:56 -08:00
parent e5994c578a
commit 22c3853020
1 changed files with 0 additions and 1 deletions

View File

@ -1724,7 +1724,6 @@ void GCS_MAVLINK::handleMessage(mavlink_message_t* msg)
// We keep track of the last time we received a heartbeat from our GCS for failsafe purposes
if(msg->sysid != g.sysid_my_gcs) break;
rc_override_fs_timer = millis();
pmTest1++;
break;
}