mirror of https://github.com/ArduPilot/ardupilot
ArduSub: adjust for rename of OpticalFlow.cpp
This commit is contained in:
parent
d7fae5263f
commit
79536ca2e5
|
@ -601,7 +601,7 @@ const AP_Param::Info Sub::var_info[] = {
|
||||||
|
|
||||||
#if OPTFLOW == ENABLED
|
#if OPTFLOW == ENABLED
|
||||||
// @Group: FLOW
|
// @Group: FLOW
|
||||||
// @Path: ../libraries/AP_OpticalFlow/OpticalFlow.cpp
|
// @Path: ../libraries/AP_OpticalFlow/AP_OpticalFlow.cpp
|
||||||
GOBJECT(optflow, "FLOW", OpticalFlow),
|
GOBJECT(optflow, "FLOW", OpticalFlow),
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue