AP_OSD: move OSD minimised features to minimize_features.inc

This commit is contained in:
Peter Barker 2023-02-23 12:44:40 +11:00 committed by Andrew Tridgell
parent fe37a68266
commit 6620640916

View File

@ -40,11 +40,11 @@
#endif #endif
#ifndef OSD_PARAM_ENABLED #ifndef OSD_PARAM_ENABLED
#define OSD_PARAM_ENABLED !HAL_MINIMIZE_FEATURES #define OSD_PARAM_ENABLED 1
#endif #endif
#ifndef HAL_OSD_SIDEBAR_ENABLE #ifndef HAL_OSD_SIDEBAR_ENABLE
#define HAL_OSD_SIDEBAR_ENABLE !HAL_MINIMIZE_FEATURES #define HAL_OSD_SIDEBAR_ENABLE 1
#endif #endif
class AP_OSD_Backend; class AP_OSD_Backend;