mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_OSD: fixed enable of OSD on boards with no built-in OSD
this fixes MSP enable
This commit is contained in:
parent
28e769a79e
commit
42b1d2135a
@ -26,7 +26,7 @@
|
||||
#include <AP_OLC/AP_OLC.h>
|
||||
|
||||
#ifndef OSD_ENABLED
|
||||
#define OSD_ENABLED 0
|
||||
#define OSD_ENABLED !HAL_MINIMIZE_FEATURES
|
||||
#endif
|
||||
|
||||
#ifndef HAL_WITH_OSD_BITMAP
|
||||
|
Loading…
Reference in New Issue
Block a user