mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-02 19:53:57 -04:00
AP_InertialNav: fix apm1 oilpan support
This commit is contained in:
parent
49d81a9c99
commit
98b78e61c2
@ -42,7 +42,7 @@ AP_InertialSensor ins;
|
||||
static AP_SerialManager serial_manager;
|
||||
|
||||
#if CONFIG_HAL_BOARD == HAL_BOARD_APM1
|
||||
AP_ADC_ADS7844 adc;
|
||||
AP_ADC_ADS7844 apm1_adc;
|
||||
#endif
|
||||
|
||||
AP_Baro baro;
|
||||
|
Loading…
Reference in New Issue
Block a user