From 6dc59bc4a177e50e18a513e0c652bccd21c215dc Mon Sep 17 00:00:00 2001 From: Mark Haslinghuis Date: Mon, 20 Mar 2023 22:41:03 +0100 Subject: [PATCH] FIX: IBUS telemetry (#12541) Fix IBUS telemetry --- 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 38e13527bc..e69485415a 100644 --- a/src/main/target/common_post.h +++ b/src/main/target/common_post.h @@ -204,6 +204,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