mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-05 15:38:29 -04:00
d01f5ae6c8
used for aligning MAVLink packets on UDP on packet boundaries
7 lines
135 B
C
7 lines
135 B
C
|
|
/*
|
|
return the number of bytes to send for a packetised connection
|
|
*/
|
|
uint16_t mavlink_packetise(ByteBuffer &writebuf, uint16_t n);
|
|
|