mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 15:53:56 -04:00
Math: allow eulers test to build with AP_Declination library
This commit is contained in:
parent
72a761170b
commit
af9ce0cfc9
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user