Skip to content

Commit 1ed7169

Browse files
author
Andrew Tridgell
committed
GCS_MAVLink: regenerate mavlink headers
1 parent c6a76e8 commit 1ed7169

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

libraries/GCS_MAVLink/include/mavlink/v1.0/ardupilotmega/ardupilotmega.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,9 @@ typedef enum CAMERA_FEEDBACK_FLAGS
170170
{
171171
VIDEO=1, /* Shooting video, not stills | */
172172
BADEXPOSURE=2, /* Unable to achieve requested exposure (e.g. shutter speed too low) | */
173-
CAMERA_FEEDBACK_FLAGS_ENUM_END=3, /* | */
173+
CLOSEDLOOP=3, /* Closed loop feedback from camera, we know for sure it has successfully taken a picture | */
174+
OPENLOOP=4, /* Open loop camera, an image trigger has been requested but we can't know for sure it has successfully taken a picture | */
175+
CAMERA_FEEDBACK_FLAGS_ENUM_END=5, /* | */
174176
} CAMERA_FEEDBACK_FLAGS;
175177
#endif
176178

libraries/GCS_MAVLink/include/mavlink/v1.0/ardupilotmega/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#ifndef MAVLINK_VERSION_H
66
#define MAVLINK_VERSION_H
77

8-
#define MAVLINK_BUILD_DATE "Tue Jun 17 20:21:16 2014"
8+
#define MAVLINK_BUILD_DATE "Mon Jun 30 08:24:55 2014"
99
#define MAVLINK_WIRE_PROTOCOL_VERSION "1.0"
1010
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255
1111

libraries/GCS_MAVLink/include/mavlink/v1.0/common/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#ifndef MAVLINK_VERSION_H
66
#define MAVLINK_VERSION_H
77

8-
#define MAVLINK_BUILD_DATE "Tue Jun 17 20:21:16 2014"
8+
#define MAVLINK_BUILD_DATE "Mon Jun 30 08:24:55 2014"
99
#define MAVLINK_WIRE_PROTOCOL_VERSION "1.0"
1010
#define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255
1111

0 commit comments

Comments
 (0)