ArduPlane: remove defaulting of OSD_ENABLED

we do this in AP_OSD_config.h too so include ordering can break things badly
This commit is contained in:
Peter Barker 2024-06-02 09:08:52 +10:00 committed by Peter Barker
parent cb869ef7f0
commit 61a34d0edb
1 changed files with 0 additions and 4 deletions

View File

@ -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