update gencode

This commit is contained in:
LyuWeiye
2021-08-21 09:31:29 +08:00
parent 2cdc1dada6
commit d65f365cd5
494 changed files with 58814 additions and 41976 deletions
+11
View File
@@ -0,0 +1,11 @@
#ifndef __MAV_STAT_DEF_H__
#define __MAV_STAT_DEF_H__
#ifdef MAVLINK_USE_MESSAGE_INFO
#define MAVLINK_EXTERNAL_RX_STATUS // Single m_mavlink_status instance is in QGCApplication.cc
#include <stddef.h> // Hack workaround for Mav 2.0 header problem with respect to offsetof usage
#include <mavlink_types.h>
extern mavlink_status_t m_mavlink_status[MAVLINK_COMM_NUM_BUFFERS];
#endif
#include "mavlink.h"
#endif /* __MAV_STAT_DEF_H__ */