ardupilot/libraries/AP_HAL/utility/packetise.h

8 lines
148 B
C

#pragma once
/*
return the number of bytes to send for a packetised connection
*/
uint16_t mavlink_packetise(ByteBuffer &writebuf, uint16_t n);