aboutsummaryrefslogtreecommitdiff
path: root/apps/mavlink/waypoints.h
diff options
context:
space:
mode:
authorpx4dev <px4@purgatory.org>2012-10-14 17:59:15 -0700
committerpx4dev <px4@purgatory.org>2012-10-14 17:59:15 -0700
commit7c20e666815a2259235db7b45db86fd4ce3ec999 (patch)
tree94eaf46ef6b9ed940717285b85f6d57d004e4da6 /apps/mavlink/waypoints.h
parentdb0ec8eb0293b96b8698a649fb26951739f77915 (diff)
downloadpx4-firmware-7c20e666815a2259235db7b45db86fd4ce3ec999.tar.gz
px4-firmware-7c20e666815a2259235db7b45db86fd4ce3ec999.tar.bz2
px4-firmware-7c20e666815a2259235db7b45db86fd4ce3ec999.zip
Refactor and start tidying up the MAVLink app.
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)