From 61a34d0edb274e9f62b1e7d0a8856aacaae3f8b8 Mon Sep 17 00:00:00 2001 From: Peter Barker Date: Sun, 2 Jun 2024 09:08:52 +1000 Subject: [PATCH] ArduPlane: remove defaulting of OSD_ENABLED we do this in AP_OSD_config.h too so include ordering can break things badly --- ArduPlane/config.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ArduPlane/config.h b/ArduPlane/config.h index 254165a002..08917cbe58 100644 --- a/ArduPlane/config.h +++ b/ArduPlane/config.h @@ -219,10 +219,6 @@ #define PARACHUTE HAL_PARACHUTE_ENABLED #endif -#ifndef OSD_ENABLED - #define OSD_ENABLED DISABLED -#endif - #ifndef OFFBOARD_GUIDED #define OFFBOARD_GUIDED 1 #endif