mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 18:08:30 -04:00
GCS_MAVLink: fixed build with mavlink1
This commit is contained in:
parent
048fc8d39e
commit
ef4d7e5618
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user