Rover: 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 61a34d0edb
commit f345ae792b

View File

@ -75,8 +75,3 @@
#ifndef ADVANCED_FAILSAFE
#define ADVANCED_FAILSAFE DISABLED
#endif
#ifndef OSD_ENABLED
#define OSD_ENABLED DISABLED
#endif