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

This commit is contained in:
bugobliterator 2021-07-30 15:45:49 +05:30 committed by Andrew Tridgell
parent 02c0ce175e
commit 5653f8c08b

View File

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