mirror of https://github.com/ArduPilot/ardupilot
AP_Compass: change to 3 compasses in SITL
This commit is contained in:
parent
cc4c7d648d
commit
d71c8bc7ce
|
@ -9,7 +9,7 @@
|
|||
#include <AP_Math/AP_Math.h>
|
||||
#include <AP_Declination/AP_Declination.h>
|
||||
|
||||
#define SITL_NUM_COMPASSES 2
|
||||
#define SITL_NUM_COMPASSES 3
|
||||
|
||||
class AP_Compass_SITL : public AP_Compass_Backend {
|
||||
public:
|
||||
|
|
Loading…
Reference in New Issue