Browse Source

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

gps-1.3.1
bugobliterator 4 years ago committed by Andrew Tridgell
parent
commit
5653f8c08b
  1. 2
      libraries/AP_RPM/RPM_SITL.h

2
libraries/AP_RPM/RPM_SITL.h

@ -29,7 +29,7 @@ public:
// update state // update state
void update(void) override; void update(void) override;
private: private:
SITL::SITL *sitl; SITL::SIM *sitl;
uint8_t instance; uint8_t instance;
}; };

Loading…
Cancel
Save