Skip to content

Commit

Permalink
GCS_MAVLink: default MAVLink HAGL support off on low flash boards
Browse files Browse the repository at this point in the history
  • Loading branch information
tridge committed Jul 16, 2024
1 parent 4b35b1f commit 60cf385
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 @@ -127,3 +127,7 @@
#ifndef AP_MAVLINK_MSG_HIGHRES_IMU_ENABLED
#define AP_MAVLINK_MSG_HIGHRES_IMU_ENABLED (BOARD_FLASH_SIZE > 1024) && AP_INERTIALSENSOR_ENABLED
#endif

#ifndef AP_MAVLINK_MAV_CMD_SET_HAGL_ENABLED
#define AP_MAVLINK_MAV_CMD_SET_HAGL_ENABLED (BOARD_FLASH_SIZE > 1024)
#endif

0 comments on commit 60cf385

Please sign in to comment.