Copter: fix compiler warning re unused float_int
This commit is contained in:
parent
cc2232b2f3
commit
76d0f7f74d
@ -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…
Reference in New Issue
Block a user