mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-25 17:23:56 -04:00
AP_Mount: fixed typo
This commit is contained in:
parent
bc7488e2f2
commit
1f2216982d
@ -67,7 +67,7 @@ public:
|
|||||||
virtual void control_msg(mavlink_message_t* msg);
|
virtual void control_msg(mavlink_message_t* msg);
|
||||||
|
|
||||||
// status_msg - called to allow mounts to send their status to GCS via MAVLink
|
// 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
|
// handle a GIMBAL_REPORT message
|
||||||
virtual void handle_gimbal_report(mavlink_channel_t chan, mavlink_message_t *msg) {}
|
virtual void handle_gimbal_report(mavlink_channel_t chan, mavlink_message_t *msg) {}
|
||||||
|
Loading…
Reference in New Issue
Block a user