mirror of https://github.com/ArduPilot/ardupilot
AP_WheelEncoder: change class name from SITL::SITL to SITL::SIM
This commit is contained in:
parent
4312213e18
commit
88a72cca0b
|
@ -30,7 +30,7 @@ public:
|
|||
void update(void) override;
|
||||
|
||||
private:
|
||||
SITL::SITL *_sitl; // pointer to SITL singleton
|
||||
SITL::SIM *_sitl; // pointer to SITL singleton
|
||||
|
||||
int32_t _distance_count; // distance count as number of encoder ticks
|
||||
uint32_t _total_count; // total number of encoder ticks
|
||||
|
|
Loading…
Reference in New Issue