AntennaTracker : Updated handle_guided_request() to report error.
This commit is contained in:
parent
8fcf5cf0c1
commit
052fc6b85e
@ -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&)
|
||||
|
Loading…
Reference in New Issue
Block a user