AP_HAL_FLYMAPLE: add empty optflow driver

no embedded optical flow on flymaple
This commit is contained in:
Julien BERAUD 2015-11-23 20:13:09 +01:00 committed by Andrew Tridgell
parent e825eb12f5
commit c114ad2b95

View File

@ -62,7 +62,8 @@ HAL_FLYMAPLE::HAL_FLYMAPLE() :
&rcinDriver,
&rcoutDriver,
&schedulerInstance,
&utilInstance
&utilInstance,
NULL /* no optical flow */
)
{}