Skip to content
This repository has been archived by the owner on Oct 1, 2021. It is now read-only.

Commit

Permalink
Merge pull request #8 from swissfang/mavlink_pixhawk
Browse files Browse the repository at this point in the history
mavlink: use pixhawk dialect
  • Loading branch information
sjwilks committed Aug 31, 2014
2 parents 706e580 + c7819db commit 159ba7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/mavlink/mavlink_bridge_header.h
Original file line number Diff line number Diff line change
Expand Up @@ -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/common/mavlink.h>
#include <v1.0/pixhawk/mavlink.h>

__END_DECLS

Expand Down

0 comments on commit 159ba7f

Please sign in to comment.