mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 16:55:36 +03:00
CF/BF - Allow OSD to be compiled without blackbox.
This commit is contained in:
parent
4653cfd4ad
commit
722523df31
2 changed files with 8 additions and 1 deletions
|
@ -17,6 +17,7 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#ifdef OSD
|
||||
#include "common/time.h"
|
||||
#include "config/parameter_group.h"
|
||||
|
||||
|
@ -80,3 +81,5 @@ void osdInit(struct displayPort_s *osdDisplayPort);
|
|||
void osdResetConfig(osdConfig_t *osdProfile);
|
||||
void osdResetAlarms(void);
|
||||
void osdUpdate(timeUs_t currentTimeUs);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue