From f345ae792b3954a57cb86840573624f3d22ae8d6 Mon Sep 17 00:00:00 2001 From: Peter Barker Date: Sun, 2 Jun 2024 09:08:52 +1000 Subject: [PATCH] Rover: remove defaulting of OSD_ENABLED we do this in AP_OSD_config.h too so include ordering can break things badly --- Rover/config.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Rover/config.h b/Rover/config.h index 03ddc70945998..f1f07a71f0952 100644 --- a/Rover/config.h +++ b/Rover/config.h @@ -75,8 +75,3 @@ #ifndef ADVANCED_FAILSAFE #define ADVANCED_FAILSAFE DISABLED #endif - -#ifndef OSD_ENABLED - #define OSD_ENABLED DISABLED -#endif -