From 39c58823c2caae9f23c4917d4b32a47bd0872aa8 Mon Sep 17 00:00:00 2001 From: Mark Haslinghuis Date: Thu, 4 Jan 2024 14:55:21 +0100 Subject: [PATCH] Fix missing #undef in common_post.h for GHST (#13264) --- src/main/target/common_post.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/target/common_post.h b/src/main/target/common_post.h index a09735cc14..03ebceefc3 100644 --- a/src/main/target/common_post.h +++ b/src/main/target/common_post.h @@ -197,6 +197,7 @@ #if !defined(USE_SERIALRX) #undef USE_SERIALRX_CRSF +#undef USE_SERIALRX_GHST #undef USE_SERIALRX_IBUS #undef USE_SERIALRX_JETIEXBUS #undef USE_SERIALRX_SBUS