aboutsummaryrefslogtreecommitdiff
path: root/apps/mavlink/waypoints.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/mavlink/waypoints.h')
-rw-r--r--apps/mavlink/waypoints.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/mavlink/waypoints.h b/apps/mavlink/waypoints.h
index c525f4553..736d1f119 100644
--- a/apps/mavlink/waypoints.h
+++ b/apps/mavlink/waypoints.h
@@ -46,7 +46,6 @@
or in the same folder as this source file */
#include <v1.0/mavlink_types.h>
-extern void mavlink_send_uart_bytes(mavlink_channel_t chan, uint8_t *buffer, uint16_t len);
#ifndef MAVLINK_SEND_UART_BYTES
#define MAVLINK_SEND_UART_BYTES(chan, buffer, len) mavlink_send_uart_bytes(chan, buffer, len)