mirror of https://github.com/ArduPilot/ardupilot
AP_OpticalFlow: change class name from SITL::SITL to SITL::SIM
This commit is contained in:
parent
a3c301f689
commit
392ba06f6e
|
@ -17,7 +17,7 @@ public:
|
|||
void update(void) override;
|
||||
|
||||
private:
|
||||
SITL::SITL *_sitl;
|
||||
SITL::SIM *_sitl;
|
||||
uint32_t last_flow_ms;
|
||||
|
||||
uint8_t next_optflow_index;
|
||||
|
|
Loading…
Reference in New Issue