Math: allow eulers test to build with AP_Declination library

This commit is contained in:
Andrew Tridgell 2012-03-12 22:49:36 +11:00
parent 72a761170b
commit af9ce0cfc9

View File

@ -27,6 +27,10 @@ AP_Baro_BMP085_HIL barometer;
AP_Compass_HIL compass;
#endif
#if 0
#include <AP_Declination.h>
#endif
static float rad_diff(float rad1, float rad2)
{
float diff = rad1 - rad2;