mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-09 01:18:29 -04:00
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
Block a user