mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
AP_OpticalFlow: updates for new AP_Baro API
This commit is contained in:
parent
8aa1a89081
commit
19c717df2e
@ -33,7 +33,7 @@
|
|||||||
const AP_HAL::HAL& hal = AP_HAL_BOARD_DRIVER;
|
const AP_HAL::HAL& hal = AP_HAL_BOARD_DRIVER;
|
||||||
|
|
||||||
AP_InertialSensor ins;
|
AP_InertialSensor ins;
|
||||||
AP_Baro_HIL baro;
|
AP_Baro baro;
|
||||||
|
|
||||||
// GPS declaration
|
// GPS declaration
|
||||||
static AP_GPS gps;
|
static AP_GPS gps;
|
||||||
|
Loading…
Reference in New Issue
Block a user