mirror of https://github.com/ArduPilot/ardupilot
AP_OSD: move OSD minimizement to minimize_features.inc
This commit is contained in:
parent
8278d5ad76
commit
e76462f005
|
@ -3,7 +3,7 @@
|
|||
#include <AP_HAL/AP_HAL_Boards.h>
|
||||
|
||||
#ifndef OSD_ENABLED
|
||||
#define OSD_ENABLED !HAL_MINIMIZE_FEATURES
|
||||
#define OSD_ENABLED 1
|
||||
#endif
|
||||
|
||||
#ifndef HAL_WITH_OSD_BITMAP
|
||||
|
|
Loading…
Reference in New Issue