Copter: fix compiler warning re unused float_int

This commit is contained in:
Randy Mackay 2013-04-28 17:22:58 +09:00
parent cc2232b2f3
commit 76d0f7f74d
1 changed files with 0 additions and 7 deletions

View File

@ -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
////////////////////////////////////////////////////////////////////////////////