|
@@ -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 6152512023245993175
|
|
|
+#define MAVLINK_VKFLY_XML_HASH 1575324864285451450
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
extern "C" {
|
|
@@ -123,7 +123,8 @@ typedef enum VKFLY_SYS_ERROR1
|
|
|
VKFLY_SYS_ERROR1_OVERHEAT=16, /* Autopilot system temperature too high. | */
|
|
|
VKFLY_SYS_ERROR1_INS_INVALID=32, /* Autopilot system solved positioning not ready. | */
|
|
|
VKFLY_SYS_ERROR1_OUT_FENCE=64, /* Position out of fence range. | */
|
|
|
- VKFLY_SYS_ERROR1_ENUM_END=65, /* | */
|
|
|
+ VKFLY_SYS_ERROR1_OBV_LINK_LOST=128, /* Obv mavlink com link lost. | */
|
|
|
+ VKFLY_SYS_ERROR1_ENUM_END=129, /* | */
|
|
|
} VKFLY_SYS_ERROR1;
|
|
|
#endif
|
|
|
|