mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-23 17:18:28 -04:00
AP_HAL_FLYMAPLE: add empty optflow driver
no embedded optical flow on flymaple
This commit is contained in:
parent
e825eb12f5
commit
c114ad2b95
@ -62,7 +62,8 @@ HAL_FLYMAPLE::HAL_FLYMAPLE() :
|
|||||||
&rcinDriver,
|
&rcinDriver,
|
||||||
&rcoutDriver,
|
&rcoutDriver,
|
||||||
&schedulerInstance,
|
&schedulerInstance,
|
||||||
&utilInstance
|
&utilInstance,
|
||||||
|
NULL /* no optical flow */
|
||||||
)
|
)
|
||||||
{}
|
{}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user