From fd547741558bc9b895e943f88756dc6b99a3cf8c Mon Sep 17 00:00:00 2001 From: Hans Christian Olaussen <41271048+klutvott123@users.noreply.github.com> Date: Wed, 18 Jan 2023 11:24:56 +0100 Subject: [PATCH] Include MSP over telemetry for ghost (#12208) --- 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 1d1286b2a9..61049fccc2 100644 --- a/src/main/target/common_post.h +++ b/src/main/target/common_post.h @@ -205,7 +205,7 @@ #define USE_SBUS_CHANNELS #endif -#if !defined(USE_TELEMETRY_SMARTPORT) && !defined(USE_TELEMETRY_CRSF) +#if !defined(USE_TELEMETRY_SMARTPORT) && !defined(USE_TELEMETRY_CRSF) && !defined(USE_TELEMETRY_GHST) #undef USE_MSP_OVER_TELEMETRY #endif