Blimp: do not send MSG_RPM if RPM not enabled

This commit is contained in:
Peter Barker 2022-09-28 11:37:45 +10:00 committed by Andrew Tridgell
parent 456b8b87c1
commit 4ce14e003a
1 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,7 @@
#include "Blimp.h"
#include "GCS_Mavlink.h"
#include <AP_RPM/AP_RPM_config.h>
MAV_TYPE GCS_Blimp::frame_type() const
{
@ -358,7 +359,9 @@ static const ap_message STREAM_EXTRA3_msgs[] = {
MSG_MAG_CAL_PROGRESS,
MSG_EKF_STATUS_REPORT,
MSG_VIBRATION,
#if AP_RPM_ENABLED
MSG_RPM,
#endif
MSG_ESC_TELEMETRY,
MSG_GENERATOR_STATUS,
};