GCS_MAVLink: fixed build with mavlink1

This commit is contained in:
Andrew Tridgell 2016-04-06 19:33:26 +10:00
parent 048fc8d39e
commit ef4d7e5618
1 changed files with 1 additions and 1 deletions

View File

@ -246,7 +246,7 @@ uint8_t GCS_MAVLINK::packet_overhead_chan(mavlink_channel_t chan)
#else
void GCS_MAVLINK::update_signing_timestamp(uint64_t timestamp_usec) {}
uint8_t packet_overhead_chan(mavlink_channel_t chan)
uint8_t GCS_MAVLINK::packet_overhead_chan(mavlink_channel_t chan)
{
return MAVLINK_NUM_NON_PAYLOAD_BYTES;
}