AP_OSD: fixed enable of OSD on boards with no built-in OSD

this fixes MSP enable
This commit is contained in:
Andrew Tridgell 2020-10-04 14:48:52 +11:00
parent 28e769a79e
commit 42b1d2135a
1 changed files with 1 additions and 1 deletions

View File

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