1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-29 14:52:12 +01:00

Typo with renamed PI

This commit is contained in:
James Cotton 2011-11-16 19:48:13 -06:00
parent 1deb799b6f
commit 1c7c85635d

View File

@ -33,7 +33,7 @@
#define F_PI 3.14159265358979323846f
#define RAD2DEG (180.0f/ F_PI)
#define DEG2RAD (F_P I /180.0f)
#define DEG2RAD (F_PI /180.0f)
// ****** convert Lat,Lon,Alt to ECEF ************
void LLA2ECEF(double LLA[3], double ECEF[3])