Update MAVLink headers and adapter header to current master

This commit is contained in:
Lorenz Meier
2016-10-23 21:59:57 +02:00
committed by Lorenz Meier
parent f9abe39c3a
commit f466913a32
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ void mavlink_end_uart_send(mavlink_channel_t chan, int length);
extern mavlink_status_t *mavlink_get_channel_status(uint8_t chan);
extern mavlink_message_t *mavlink_get_channel_buffer(uint8_t chan);
#include <v2.0/common/mavlink.h>
#include <v2.0/standard/mavlink.h>
__END_DECLS