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:
parent
364419be81
commit
cb869ef7f0
@ -600,10 +600,6 @@
|
|||||||
#error Toy mode is not available on Helicopters
|
#error Toy mode is not available on Helicopters
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef OSD_ENABLED
|
|
||||||
#define OSD_ENABLED DISABLED
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef HAL_FRAME_TYPE_DEFAULT
|
#ifndef HAL_FRAME_TYPE_DEFAULT
|
||||||
#define HAL_FRAME_TYPE_DEFAULT AP_Motors::MOTOR_FRAME_TYPE_X
|
#define HAL_FRAME_TYPE_DEFAULT AP_Motors::MOTOR_FRAME_TYPE_X
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user