mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
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
|
||||
#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
|
||||
|
Loading…
Reference in New Issue
Block a user