Copter: split DISTANCE_SENSOR onto its own ap_message id

This commit is contained in:
Peter Barker 2018-12-18 21:47:27 +11:00 committed by Peter Barker
parent f8f5faa6b9
commit 56ec2691ae

View File

@ -475,6 +475,7 @@ static const ap_message STREAM_EXTRA3_msgs[] = {
MSG_HWSTATUS,
MSG_SYSTEM_TIME,
MSG_RANGEFINDER,
MSG_DISTANCE_SENSOR,
#if AP_TERRAIN_AVAILABLE && AC_TERRAIN
MSG_TERRAIN,
#endif