From 5fb4324977b1c0519301765f1a4fb4f14c53218b Mon Sep 17 00:00:00 2001 From: Miguel Angel Mulero Martinez Date: Mon, 17 Jun 2019 10:37:17 +0200 Subject: [PATCH] Fix missing VARIO OSD element without baro (using GPS) --- 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 dd4823f37..cb456d7de 100644 --- a/src/main/target/common_post.h +++ b/src/main/target/common_post.h @@ -60,7 +60,7 @@ #endif #endif -#if !defined(USE_BARO) +#if !defined(USE_BARO) && !defined(USE_GPS) #undef USE_VARIO #endif