mirror of https://github.com/ArduPilot/ardupilot
AP_HAL_PX4: add empty optical flow
No onboard optical flow on PX4
This commit is contained in:
parent
0e29a7193a
commit
c0f65ff6e1
|
@ -82,7 +82,8 @@ HAL_PX4::HAL_PX4() :
|
|||
&rcinDriver, /* rcinput */
|
||||
&rcoutDriver, /* rcoutput */
|
||||
&schedulerInstance, /* scheduler */
|
||||
&utilInstance) /* util */
|
||||
&utilInstance, /* util */
|
||||
NULL) /* no onboard optical flow */
|
||||
{}
|
||||
|
||||
bool _px4_thread_should_exit = false; /**< Daemon exit flag */
|
||||
|
|
Loading…
Reference in New Issue