mirror of https://github.com/ArduPilot/ardupilot
AP_Compass: change to 3 compasses in SITL
This commit is contained in:
parent
c6d705a6eb
commit
933cbb6184
|
@ -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