AP_Compass: change class name from SITL::SITL to SITL::SIM
This commit is contained in:
parent
56b6c669d7
commit
33f9c38528
@ -20,7 +20,7 @@ public:
|
||||
private:
|
||||
uint8_t _compass_instance[MAX_SITL_COMPASSES];
|
||||
uint8_t _num_compass;
|
||||
SITL::SITL *_sitl;
|
||||
SITL::SIM *_sitl;
|
||||
|
||||
// delay buffer variables
|
||||
struct readings_compass {
|
||||
|
Loading…
Reference in New Issue
Block a user