mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_OSD: move OSD minimised features to minimize_features.inc
This commit is contained in:
parent
fe37a68266
commit
6620640916
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user