packetise.h 148 B

1234567
  1. #pragma once
  2. /*
  3. return the number of bytes to send for a packetised connection
  4. */
  5. uint16_t mavlink_packetise(ByteBuffer &writebuf, uint16_t n);