From 5549c03e656d9371099cf96ca1e209909c49bfad Mon Sep 17 00:00:00 2001 From: Josh Henderson Date: Sun, 3 Oct 2021 23:39:08 -0400 Subject: [PATCH] Blimp: move Airspeed to AP_Vehicle --- Blimp/Blimp.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Blimp/Blimp.h b/Blimp/Blimp.h index bc340974d0..5aece1b674 100644 --- a/Blimp/Blimp.h +++ b/Blimp/Blimp.h @@ -42,7 +42,6 @@ #include #include // statistics library #include // Filter library -#include // needed for AHRS build #include // needed for AHRS build #include // inertial navigation library #include // RC input mapping library