Skip to content

Commit 97d9b90

Browse files
committed
GCS_MAVLink: stop sending RANGEFINDER message by default
1 parent 5c5baf2 commit 97d9b90

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

libraries/GCS_MAVLink/GCS_MAVLink_Parameters.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -323,9 +323,6 @@ static const ap_message STREAM_EXTRA3_msgs[] = {
323323
MSG_AHRS,
324324
#endif // AP_AHRS_ENABLED
325325
MSG_WIND,
326-
#if AP_MAVLINK_MSG_RANGEFINDER_SENDING_ENABLED
327-
MSG_RANGEFINDER,
328-
#endif // AP_MAVLINK_MSG_RANGEFINDER_SENDING_ENABLED
329326
#if AP_RANGEFINDER_ENABLED && APM_BUILD_TYPE(APM_BUILD_Rover)
330327
MSG_WATER_DEPTH,
331328
#endif // APM_BUILD_TYPE(APM_BUILD_Rover)

0 commit comments

Comments
 (0)