mirror of https://github.com/ArduPilot/ardupilot
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:
parent
cb869ef7f0
commit
61a34d0edb
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue