mirror of https://github.com/ArduPilot/ardupilot
we don't have a separate 5883L driver any more
git-svn-id: https://arducopter.googlecode.com/svn/trunk@3085 f9c3cf11-9bcb-44bc-f272-b75c42450872
This commit is contained in:
parent
b9486cebad
commit
1989497ae9
|
@ -15,7 +15,6 @@ FastSerialPort0(Serial);
|
||||||
#define ToDeg(x) (x*57.2957795131) // *180/pi
|
#define ToDeg(x) (x*57.2957795131) // *180/pi
|
||||||
|
|
||||||
AP_Compass_HMC5843 compass;
|
AP_Compass_HMC5843 compass;
|
||||||
//AP_Compass_HMC5883L compass;
|
|
||||||
|
|
||||||
|
|
||||||
unsigned long timer;
|
unsigned long timer;
|
||||||
|
|
Loading…
Reference in New Issue