AP_InertialNav: fix apm1 oilpan support

This commit is contained in:
mirkix 2015-01-26 20:18:48 +01:00 committed by Andrew Tridgell
parent 49d81a9c99
commit 98b78e61c2

View File

@ -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;