mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-02 14:13:42 -04:00
fe3d4e2c3b
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
8 lines
148 B
C
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);
|
|
|