From fd5f505bc16f675924f155d697d681d0e172564e Mon Sep 17 00:00:00 2001 From: Mark Haslinghuis Date: Wed, 7 Jun 2023 12:17:09 +0200 Subject: [PATCH] Fix USE_TELEMETRY_IBUS (#12873) --- src/main/target/common_post.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main/target/common_post.h b/src/main/target/common_post.h index c9ac977397..12502b6fca 100644 --- a/src/main/target/common_post.h +++ b/src/main/target/common_post.h @@ -160,6 +160,10 @@ #endif #endif +#if defined(USE_TELEMETRY_IBUS_EXTENDED) && !defined(USE_TELEMETRY_IBUS) +#define USE_TELEMETRY_IBUS +#endif + #if !defined(USE_SERIALRX_CRSF) #undef USE_TELEMETRY_CRSF #undef USE_CRSF_LINK_STATISTICS