AP_Compass: change class name from SITL::SITL to SITL::SIM

This commit is contained in:
bugobliterator 2021-07-30 15:43:08 +05:30 committed by Andrew Tridgell
parent 56b6c669d7
commit 33f9c38528

View File

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