GCS_MAVLink: we don't need the conversion helpers

This commit is contained in:
Andrew Tridgell 2018-05-04 12:12:15 +10:00
parent f2e2ece5a5
commit a5fe798e7f

View File

@ -9,6 +9,7 @@
// we have separate helpers disabled to make it possible
// to select MAVLink 1.0 in the arduino GUI build
#define MAVLINK_SEPARATE_HELPERS
#define MAVLINK_NO_CONVERSION_HELPERS
#define MAVLINK_SEND_UART_BYTES(chan, buf, len) comm_send_buffer(chan, buf, len)