AntennaTracker : Updated handle_guided_request() to report error.

This commit is contained in:
Niti Rohilla 2016-04-26 15:45:47 +05:30 committed by Lucas De Marchi
parent 8fcf5cf0c1
commit 052fc6b85e

View File

@ -150,9 +150,10 @@ void Tracker::send_simstate(mavlink_channel_t chan)
#endif
}
void GCS_MAVLINK::handle_guided_request(AP_Mission::Mission_Command&)
bool GCS_MAVLINK::handle_guided_request(AP_Mission::Mission_Command&)
{
// do nothing
return false;
}
void GCS_MAVLINK::handle_change_alt_request(AP_Mission::Mission_Command&)