AP_Compass - small change to include file used in example.

git-svn-id: https://arducopter.googlecode.com/svn/trunk@1152 f9c3cf11-9bcb-44bc-f272-b75c42450872
This commit is contained in:
rmackay9@yahoo.com 2010-12-18 04:48:52 +00:00
parent fe2d46f70e
commit d5cc9946c5
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
*/
#include <Wire.h>
#include <AP_Compass_HMC5843.h> // Compass Library
#include <AP_Compass.h> // Compass Library
#include <AP_Math.h> // ArduPilot Mega Vector/Matrix math Library
#define ToRad(x) (x*0.01745329252) // *pi/180