mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 10:28:29 -04:00
removed unused vars
This commit is contained in:
parent
de6325fb8a
commit
a2c8f5af15
@ -1503,7 +1503,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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user