ArduCopter: 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:51 +10:00 committed by Peter Barker
parent 364419be81
commit cb869ef7f0

View File

@ -600,10 +600,6 @@
#error Toy mode is not available on Helicopters
#endif
#ifndef OSD_ENABLED
#define OSD_ENABLED DISABLED
#endif
#ifndef HAL_FRAME_TYPE_DEFAULT
#define HAL_FRAME_TYPE_DEFAULT AP_Motors::MOTOR_FRAME_TYPE_X
#endif