From df8c25e9f69b6f9ed4fe4238827730ac33ef7b53 Mon Sep 17 00:00:00 2001 From: mikeller Date: Sat, 22 Dec 2018 13:16:41 +1300 Subject: [PATCH] Do not disable the vario feature if GPS is enabled. --- src/main/target/common_post.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/target/common_post.h b/src/main/target/common_post.h index d39bf4f9a2..0d7e6f566e 100644 --- a/src/main/target/common_post.h +++ b/src/main/target/common_post.h @@ -56,7 +56,7 @@ #endif #endif -#ifndef USE_BARO +#if !defined(USE_BARO) && !defined(USE_GPS) #undef USE_VARIO #endif