mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-04 06:58:39 -04:00
AP_RPM: change class name from SITL::SITL to SITL::SIM
This commit is contained in:
parent
02c0ce175e
commit
5653f8c08b
@ -29,7 +29,7 @@ public:
|
||||
// update state
|
||||
void update(void) override;
|
||||
private:
|
||||
SITL::SITL *sitl;
|
||||
SITL::SIM *sitl;
|
||||
uint8_t instance;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user