mirror of https://github.com/ArduPilot/ardupilot
AP_AHRS: update for Stub -> HIL
This commit is contained in:
parent
350af4d92f
commit
8ee848a788
|
@ -38,7 +38,7 @@ AP_InertialSensor_MPU6000 ins;
|
|||
AP_ADC_ADS7844 adc;
|
||||
AP_InertialSensor_Oilpan ins( &adc );
|
||||
#else
|
||||
AP_InertialSensor_Stub ins;
|
||||
AP_InertialSensor_HIL ins;
|
||||
#endif
|
||||
|
||||
AP_Compass_HMC5843 compass;
|
||||
|
|
Loading…
Reference in New Issue