mirror of https://github.com/ArduPilot/ardupilot
AP_OpticalFlow: fixed example build
This commit is contained in:
parent
ad8b73c8aa
commit
5ddbcc296d
|
@ -32,7 +32,7 @@
|
|||
|
||||
const AP_HAL::HAL& hal = AP_HAL_BOARD_DRIVER;
|
||||
|
||||
AP_InertialSensor_HIL ins;
|
||||
AP_InertialSensor ins;
|
||||
AP_Baro_HIL baro;
|
||||
|
||||
// GPS declaration
|
||||
|
|
Loading…
Reference in New Issue