mirror of
https://github.com/ArduPilot/ardupilot.git
synced 2026-02-06 06:52:44 +08:00
GCS_MAVLink: remove vestiges of MAVLINK_MSG_ID_MOUNT_CONTROL handling
we removed support for this about a year ago, but this stuff was missed.
This commit is contained in:
committed by
Thomas Watson
parent
1f7b57a770
commit
0067126aa2
@@ -610,7 +610,7 @@ protected:
|
||||
void handle_rally_fetch_point(const mavlink_message_t &msg);
|
||||
void handle_rally_point(const mavlink_message_t &msg) const;
|
||||
#if HAL_MOUNT_ENABLED
|
||||
virtual void handle_mount_message(const mavlink_message_t &msg);
|
||||
void handle_mount_message(const mavlink_message_t &msg);
|
||||
#endif
|
||||
void handle_fence_message(const mavlink_message_t &msg);
|
||||
void handle_param_value(const mavlink_message_t &msg);
|
||||
|
||||
Reference in New Issue
Block a user