mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 15:23:57 -04:00
ArduPlane: remove MSG_BATTERY_STATUS from steams if AP_BATTERY_ENABLED is false
This commit is contained in:
parent
d46859aa96
commit
edb4f25953
@ -673,7 +673,9 @@ static const ap_message STREAM_EXTRA3_msgs[] = {
|
||||
#if AP_TERRAIN_AVAILABLE
|
||||
MSG_TERRAIN,
|
||||
#endif
|
||||
#if AP_BATTERY_ENABLED
|
||||
MSG_BATTERY_STATUS,
|
||||
#endif
|
||||
MSG_GIMBAL_DEVICE_ATTITUDE_STATUS,
|
||||
MSG_OPTICAL_FLOW,
|
||||
#if COMPASS_CAL_ENABLED
|
||||
|
Loading…
Reference in New Issue
Block a user