Skip to content

Commit

Permalink
GCS_MAVLink: Add AP_MAVLINK_MSG_VIDEO_STREAM_INFORMATION_ENABLED #define
Browse files Browse the repository at this point in the history
  • Loading branch information
nexton-winjeel committed Jul 25, 2024
1 parent ceaeb71 commit 112184d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions libraries/GCS_MAVLink/GCS_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -131,3 +131,7 @@
#ifndef AP_MAVLINK_MAV_CMD_SET_HAGL_ENABLED
#define AP_MAVLINK_MAV_CMD_SET_HAGL_ENABLED (BOARD_FLASH_SIZE > 1024)
#endif

#ifndef AP_MAVLINK_MSG_VIDEO_STREAM_INFORMATION_ENABLED
#define AP_MAVLINK_MSG_VIDEO_STREAM_INFORMATION_ENABLED HAL_GCS_ENABLED
#endif

0 comments on commit 112184d

Please sign in to comment.