From b0030126a8eb9a397a254bc345a57274c9ba279e Mon Sep 17 00:00:00 2001 From: Andrew Tridgell <andrew@tridgell.net> Date: Mon, 5 Jan 2015 22:28:12 +1100 Subject: [PATCH] VARTest: updates for new AP_Baro API --- Tools/VARTest/VARTest.pde | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/VARTest/VARTest.pde b/Tools/VARTest/VARTest.pde index fbf0eb243..bf3f5c963 100644 --- a/Tools/VARTest/VARTest.pde +++ b/Tools/VARTest/VARTest.pde @@ -73,7 +73,7 @@ static Parameters g; static AP_GPS gps; AP_InertialSensor ins; -AP_Baro_HIL barometer; +AP_Baro barometer; AP_AHRS_DCM ahrs(ins, barometer, gps); static AP_Compass_HIL compass; -- GitLab