mirror of https://github.com/ArduPilot/ardupilot
ArduSub: tidy sending of esc telem generator messages
This commit is contained in:
parent
ec5fa8bd62
commit
a0f4863dad
|
@ -407,7 +407,9 @@ static const ap_message STREAM_EXTRA3_msgs[] = {
|
|||
#if AP_RPM_ENABLED
|
||||
MSG_RPM,
|
||||
#endif
|
||||
#if HAL_WITH_ESC_TELEM
|
||||
MSG_ESC_TELEMETRY,
|
||||
#endif
|
||||
};
|
||||
static const ap_message STREAM_PARAMS_msgs[] = {
|
||||
MSG_NEXT_PARAM
|
||||
|
|
Loading…
Reference in New Issue