switch back to common mavlink dialect

This commit is contained in:
Thomas Gubler 2014-09-30 15:54:27 +02:00
parent f4851c1b14
commit 5452732610
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ void mavlink_send_uart_bytes(mavlink_channel_t chan, const uint8_t *ch, int leng
extern mavlink_status_t *mavlink_get_channel_status(uint8_t chan);
extern mavlink_message_t *mavlink_get_channel_buffer(uint8_t chan);
#include <v1.0/pixhawk/mavlink.h>
#include <v1.0/common/mavlink.h>
__END_DECLS