AP_Compass: change to 3 compasses in SITL

This commit is contained in:
Andrew Tridgell 2019-02-09 09:14:40 +11:00
parent cc4c7d648d
commit d71c8bc7ce
1 changed files with 1 additions and 1 deletions

View File

@ -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: