AP_Mount: fixed typo

This commit is contained in:
Andrew Tridgell 2016-07-01 15:35:34 +10:00
parent bc7488e2f2
commit 1f2216982d

View File

@ -67,7 +67,7 @@ public:
virtual void control_msg(mavlink_message_t* msg);
// status_msg - called to allow mounts to send their status to GCS via MAVLink
virtual void status_msg(mavlink_channel_t chan) {};
virtual void status_msg(mavlink_channel_t chan) {}
// handle a GIMBAL_REPORT message
virtual void handle_gimbal_report(mavlink_channel_t chan, mavlink_message_t *msg) {}