mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-26 01:35:35 +03:00
Merge pull request #8860 from iNavFlight/dzikuvx-fix-compilation-without-osd
Fix compilation if OSD is disabled
This commit is contained in:
commit
4be5a2f5e6
5 changed files with 14 additions and 5 deletions
|
@ -17,7 +17,7 @@
|
|||
|
||||
#include "platform.h"
|
||||
|
||||
#ifdef USE_MSP_DISPLAYPORT
|
||||
#if defined(USE_OSD) && defined(USE_MSP_DISPLAYPORT)
|
||||
|
||||
#ifndef DISABLE_MSP_BF_COMPAT
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue