AP_OSD: move OSD minimizement to minimize_features.inc

This commit is contained in:
Peter Barker 2023-03-19 10:03:12 +11:00 committed by Peter Barker
parent 8278d5ad76
commit e76462f005
1 changed files with 1 additions and 1 deletions

View File

@ -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