Skip to content

Commit

Permalink
Tracker: move try_send_message handling of RC_CHANNELS up
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbarker authored and OXINARF committed May 8, 2018
1 parent 6dd9f50 commit 76d46b0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions AntennaTracker/GCS_Mavlink.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -191,11 +191,6 @@ bool GCS_MAVLINK_Tracker::try_send_message(enum ap_message id)
tracker.send_nav_controller_output(chan);
break;

case MSG_RADIO_IN:
CHECK_PAYLOAD_SIZE(RC_CHANNELS);
send_radio_in(0);
break;

case MSG_SERVO_OUTPUT_RAW:
CHECK_PAYLOAD_SIZE(SERVO_OUTPUT_RAW);
send_servo_output_raw(false);
Expand Down

0 comments on commit 76d46b0

Please sign in to comment.