mirror of https://github.com/ArduPilot/ardupilot
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:
parent
fe2d46f70e
commit
d5cc9946c5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue