ArduPlane: adjust for rename of OpticalFlow.cpp

This commit is contained in:
Peter Barker 2021-12-24 14:59:00 +11:00 committed by Andrew Tridgell
parent 70dcad26f7
commit d7fae5263f

View File

@ -940,7 +940,7 @@ const AP_Param::Info Plane::var_info[] = {
#if OPTFLOW == ENABLED
// @Group: FLOW
// @Path: ../libraries/AP_OpticalFlow/OpticalFlow.cpp
// @Path: ../libraries/AP_OpticalFlow/AP_OpticalFlow.cpp
GOBJECT(optflow, "FLOW", OpticalFlow),
#endif