mirror of https://github.com/ArduPilot/ardupilot
Rover: rename OpticalFlow class to AP_OpticalFlow
Brings us in-line with other classes in ArduPilot. Removes ambiguity with AP_HAL::OpticalFlow which can cause compilation errors as we start to make code more portable across targets
This commit is contained in:
parent
2cb5a0cc26
commit
e51a99763f
|
@ -124,7 +124,7 @@ private:
|
|||
AP_Arming_Rover arming;
|
||||
|
||||
#if AP_OPTICALFLOW_ENABLED
|
||||
OpticalFlow optflow;
|
||||
AP_OpticalFlow optflow;
|
||||
#endif
|
||||
|
||||
#if OSD_ENABLED || OSD_PARAM_ENABLED
|
||||
|
|
Loading…
Reference in New Issue