5
0
mirror of https://github.com/ArduPilot/ardupilot synced 2025-01-09 01:18:29 -04:00

Copter: fixed parameter path

fixes build of parameters
This commit is contained in:
Andrew Tridgell 2014-10-17 15:54:53 +11:00
parent 27b73fa209
commit 874efe95a1

View File

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