Browse Source

Copter: fix compiler warning re unused float_int

master
Randy Mackay 12 years ago
parent
commit
76d0f7f74d
  1. 7
      ArduCopter/ArduCopter.pde

7
ArduCopter/ArduCopter.pde

@ -484,13 +484,6 @@ static float scaleLongDown = 1; @@ -484,13 +484,6 @@ static float scaleLongDown = 1;
// Used by Mavlink for unknow reasons
static const float radius_of_earth = 6378100; // meters
// Unions for getting byte values
static union float_int {
int32_t int_value;
float float_value;
} float_int;
////////////////////////////////////////////////////////////////////////////////
// Location & Navigation
////////////////////////////////////////////////////////////////////////////////

Loading…
Cancel
Save