AP_Compass - changed include for AP_Math to use relative path (it was erroring for me at least when compiling ArduCopterNG with AP_Compass)

git-svn-id: https://arducopter.googlecode.com/svn/trunk@1113 f9c3cf11-9bcb-44bc-f272-b75c42450872
This commit is contained in:
rmackay9@yahoo.com 2010-12-12 14:02:21 +00:00
parent af741882c6
commit abacc627d8
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
#define Compass_h
#include <inttypes.h>
#include <AP_Math.h>
#include "../AP_Math/AP_Math.h"
class Compass
{

View File

@ -8,8 +8,8 @@ set_orientation KEYWORD2
set_offsets KEYWORD2
set_declination KEYWORD2
heading KEYWORD2
heading_X KEYWORD2
heading_Y KEYWORD2
heading_x KEYWORD2
heading_y KEYWORD2
mag_x KEYWORD2
mag_y KEYWORD2
mag_z KEYWORD2