Skip to content
Snippets Groups Projects
Commit d2c827aa authored by Andrew Tridgell's avatar Andrew Tridgell
Browse files

AP_AHRS: updates for new AP_Baro API

parent 25f69f05
No related branches found
No related tags found
No related merge requests found
...@@ -50,7 +50,7 @@ AP_ADC_ADS7844 adc; ...@@ -50,7 +50,7 @@ AP_ADC_ADS7844 adc;
AP_Compass_HMC5843 compass; AP_Compass_HMC5843 compass;
AP_GPS gps; AP_GPS gps;
AP_Baro_HIL baro; AP_Baro baro;
// choose which AHRS system to use // choose which AHRS system to use
AP_AHRS_DCM ahrs(ins, baro, gps); AP_AHRS_DCM ahrs(ins, baro, gps);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment