Browse Source

APM: remove unused variable

master
Andrew Tridgell 12 years ago
parent
commit
9c140356f5
  1. 1
      ArduPlane/GCS_Mavlink.pde

1
ArduPlane/GCS_Mavlink.pde

@ -230,7 +230,6 @@ static void NOINLINE send_meminfo(mavlink_channel_t chan) @@ -230,7 +230,6 @@ static void NOINLINE send_meminfo(mavlink_channel_t chan)
static void NOINLINE send_location(mavlink_channel_t chan)
{
Matrix3f rot = ahrs.get_dcm_matrix(); // neglecting angle of attack for now
mavlink_msg_global_position_int_send(
chan,
millis(),

Loading…
Cancel
Save