|
@@ -10,7 +10,7 @@
|
|
|
#error Wrong include order: MAVLINK_VKFLY.H MUST NOT BE DIRECTLY USED. Include mavlink.h from the same directory instead or set ALL AND EVERY defines from MAVLINK.H manually accordingly, including the #define MAVLINK_H call.
|
|
|
#endif
|
|
|
|
|
|
-#define MAVLINK_VKFLY_XML_HASH 8299778570867146562
|
|
|
+#define MAVLINK_VKFLY_XML_HASH -2272461281749809836
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
extern "C" {
|
|
@@ -205,7 +205,8 @@ typedef enum VKFLY_SYS_ERROR3
|
|
|
VKFLY_SYS_ERROR3_GPS0_ERROR=32, /* | */
|
|
|
VKFLY_SYS_ERROR3_GPS1_ERROR=64, /* | */
|
|
|
VKFLY_SYS_ERROR3_RTK_ERROR=128, /* | */
|
|
|
- VKFLY_SYS_ERROR3_ENUM_END=129, /* | */
|
|
|
+ VKFLY_SYS_ERROR3_YAW_DIFF=256, /* | */
|
|
|
+ VKFLY_SYS_ERROR3_ENUM_END=257, /* | */
|
|
|
} VKFLY_SYS_ERROR3;
|
|
|
#endif
|
|
|
|