mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-22 00:28:30 -04:00
Copter: remove unused STREAM_RAW_CONTROLLER_msgs variable
This commit is contained in:
parent
e02a645354
commit
1a660cefae
@ -483,8 +483,6 @@ static const ap_message STREAM_POSITION_msgs[] = {
|
||||
MSG_LOCATION,
|
||||
MSG_LOCAL_POSITION
|
||||
};
|
||||
static const ap_message STREAM_RAW_CONTROLLER_msgs[] = {
|
||||
};
|
||||
static const ap_message STREAM_RC_CHANNELS_msgs[] = {
|
||||
MSG_SERVO_OUTPUT_RAW,
|
||||
MSG_RADIO_IN // RC_CHANNELS_RAW, RC_CHANNELS
|
||||
@ -525,7 +523,6 @@ const struct GCS_MAVLINK::stream_entries GCS_MAVLINK::all_stream_entries[] = {
|
||||
MAV_STREAM_ENTRY(STREAM_RAW_SENSORS),
|
||||
MAV_STREAM_ENTRY(STREAM_EXTENDED_STATUS),
|
||||
MAV_STREAM_ENTRY(STREAM_POSITION),
|
||||
// MAV_STREAM_ENTRY(STREAM_RAW_CONTROLLER),
|
||||
MAV_STREAM_ENTRY(STREAM_RC_CHANNELS),
|
||||
MAV_STREAM_ENTRY(STREAM_EXTRA1),
|
||||
MAV_STREAM_ENTRY(STREAM_EXTRA2),
|
||||
|
Loading…
Reference in New Issue
Block a user