AP_Math: remove duplicate RADIUS_OF_EARTH definition

This commit is contained in:
Randy Mackay 2015-08-26 17:00:58 +09:00
parent c4f1cf2a64
commit 6145794da2
1 changed files with 0 additions and 3 deletions

View File

@ -24,9 +24,6 @@
#include <stdlib.h>
#include "AP_Math.h"
// radius of earth in meters
#define RADIUS_OF_EARTH 6378100
// scaling factor from 1e-7 degrees to meters at equater
// == 1.0e-7 * DEG_TO_RAD * RADIUS_OF_EARTH
#define LOCATION_SCALING_FACTOR 0.011131884502145034f