From a38cf4cf40ca518c1758c5b8a8e71bbf5c99e7c2 Mon Sep 17 00:00:00 2001 From: Mark Haslinghuis Date: Mon, 31 Oct 2022 01:35:48 +0100 Subject: [PATCH] Fix USE_MAX7456 --- src/main/target/common_post.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/main/target/common_post.h b/src/main/target/common_post.h index bce394873d..0633a85c2c 100644 --- a/src/main/target/common_post.h +++ b/src/main/target/common_post.h @@ -232,10 +232,6 @@ #define USE_USB_ADVANCED_PROFILES #endif -#if defined(USE_MAX7456) -#define USE_OSD -#endif - #if !defined(USE_OSD) #undef USE_RX_LINK_QUALITY_INFO #undef USE_OSD_PROFILES