There was an error while loading. Please reload this page.
1 parent 4e5cccf commit 2f2bc28Copy full SHA for 2f2bc28
1 file changed
src/modules/uavcan/uavcan_servers.cpp
@@ -62,7 +62,11 @@
62
#include <uORB/topics/uavcan_parameter_request.h>
63
#include <uORB/topics/uavcan_parameter_value.h>
64
65
+#if MAVLINK_PROTOCOL_VERSION == 2
66
+#include <include/mavlink/v2.0/common/mavlink.h>
67
+#else
68
#include <include/mavlink/v1.0/common/mavlink.h>
69
+#endif
70
71
//todo:The Inclusion of file_server_backend is killing
72
// #include <sys/types.h> and leaving OK undefined
0 commit comments