Skip to content

Commit

Permalink
mavlink: fix path for mavlink_types.h include
Browse files Browse the repository at this point in the history
  • Loading branch information
okalachev committed Jul 26, 2022
1 parent 97f632a commit 490c7ec
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 @@ -61,7 +61,7 @@
# define MAVLINK_COMM_5 static_cast<mavlink_channel_t>(5)
#endif

#include <mavlink/mavlink_types.h>
#include <mavlink_types.h>
#include <unistd.h>

__BEGIN_DECLS
Expand Down

0 comments on commit 490c7ec

Please sign in to comment.