mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
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_Math/AP_Math.h>
|
||||||
#include <AP_Declination/AP_Declination.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 {
|
class AP_Compass_SITL : public AP_Compass_Backend {
|
||||||
public:
|
public:
|
||||||
|
Loading…
Reference in New Issue
Block a user