mirror of https://github.com/ArduPilot/ardupilot
Rover: tidy sending of esc telem generator messages
This commit is contained in:
parent
c79e9eb039
commit
cfb78a43ec
|
@ -588,7 +588,9 @@ static const ap_message STREAM_EXTRA3_msgs[] = {
|
|||
MSG_RPM,
|
||||
#endif
|
||||
MSG_WHEEL_DISTANCE,
|
||||
#if HAL_WITH_ESC_TELEM
|
||||
MSG_ESC_TELEMETRY,
|
||||
#endif
|
||||
#if HAL_EFI_ENABLED
|
||||
MSG_EFI_STATUS,
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue